awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Test Infrastructure and Configuration · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesTest Infrastructure and Configuration

Systems for managing test environments, fixtures, dependency injection, and cross-device/browser infrastructure, distinct from test logic.

Explore 2 awesome GitHub repositories matching testing & quality assurance · Test Infrastructure and Configuration. Refine with filters or upvote what's useful.

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

Awesome Test Infrastructure and Configuration GitHub Repositories

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

    puppeteer/puppeteer

    93,606GitHubView on GitHub↗

    Puppeteer is a browser automation library that provides a programmatic interface for controlling web browsers to execute tasks, simulate user interactions, and perform end-to-end testing. It functions as a headless browser controller, managing browser lifecycles, isolated session contexts, and remote connections to fac

    TypeScriptautomationchromechromium
  • 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

Explore sub-tags

  • Cross-Browser Testing ToolsTesting utilities that verify application functionality by running test suites across multiple browser configurations simultaneously.
  • Cross-Device Testing ToolsTools that simulate diverse hardware, screen resolutions, and network conditions to verify web application behavior.
  • Test Configuration SuitesSystems for defining custom options and environment-specific settings for individual test projects.
Test Fixture Systems
Dependency-injected systems that manage the lifecycle and environment setup for automated tests.