awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Component Testing Frameworks · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesComponent Testing Frameworks

Testing frameworks designed to isolate and verify the functionality of individual UI components through rendering and state assertion.

Explore 3 awesome GitHub repositories matching testing & quality assurance · Component Testing Frameworks. Refine with filters or upvote what's useful.

  1. Home
  2. Testing & Quality Assurance
  3. Testing Frameworks and Engines
  4. Test Frameworks
  5. Component Testing Frameworks

Awesome Component Testing Frameworks GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • storybookjs/storybook

    storybookjs/storybook

    89,274GitHubView on GitHub↗

    Storybook is a development environment for building, testing, and documenting user interface components in isolation. By rendering components within a sandboxed environment, it decouples them from the host application's global state and dependencies, allowing developers to verify complex states and edge cases without r

    TypeScriptangularcomponentsdesign-systems
  • microsoft/playwright

    microsoft/playwright

    82,810GitHubView on GitHub↗

    Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow automation. It provides a unified API to drive web applications across multiple browser engines, enabling developers to simulate complex user interactions, perform web scraping, and validate application behavior

    TypeScriptautomationchromechromium
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    TypeScript

Explore sub-tags

  • Frontend Integration TestingFrameworks for validating component interactions and accessibility compliance within a controlled environment.