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

1 repo

Awesome GitHub RepositoriesTest Orchestration

Systems that coordinate the lifecycle, dependencies, and execution order of complex test suites.

Explore 1 awesome GitHub repository matching testing & quality assurance · Test Orchestration. Refine with filters or upvote what's useful.

  1. Home
  2. Testing & Quality Assurance
  3. Testing Infrastructure and Management
  4. Test Orchestration

Awesome Test Orchestration GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • 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

  • Global Test Lifecycle HooksFunctions that execute once before or after an entire test suite run.
  • Test Dependency ManagersSystems for defining execution order and prerequisite tasks between test suites or projects.
  • Test Setup OrchestratorsMechanisms for defining and executing prerequisite tasks like authentication or database seeding before test execution.
  • Worker Process ManagementMechanisms for distributing test execution across isolated OS-level worker processes to ensure environment consistency.