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

4 repos

Awesome GitHub RepositoriesTest Execution Runners

Command-line interfaces and infrastructure tools that manage the lifecycle, parallelization, and reporting of test suites, distinct from the testing methodology itself.

Explore 4 awesome GitHub repositories matching testing & quality assurance · Test Execution Runners. Refine with filters or upvote what's useful.

  1. Home
  2. Testing & Quality Assurance
  3. Software Testing
  4. Testing Frameworks
  5. Test Frameworks
  6. Execution and Infrastructure
  7. Test Execution Runners

Awesome Test Execution Runners GitHub Repositories

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

    electron/electron

    120,164GitHubView on GitHub↗

    This framework provides a multi-process architecture for building desktop applications using web technologies. It manages the application lifecycle, window states, and system-level integrations through a primary entry point, while isolating web content in separate rendering processes to maintain stability and security.

    Handles low-overhead interaction with the application through standard input/output communication for custom test drivers.

    C++c-plus-pluschromecss
  • angular/angular

    angular/angular

    99,962GitHubView on GitHub↗

    Angular is a platform for building web applications using a component-based architecture. It provides a comprehensive suite of tools for managing encapsulated UI units, including hierarchical dependency injection, a declarative template system, and fine-grained reactivity through signals. The framework supports complex

    Interfaces with external test runners and third-party libraries to support diverse testing environments.

    TypeScriptangularjavascriptpwa
  • laravel/laravel

    laravel/laravel

    83,758GitHubView on GitHub↗

    Laravel is a comprehensive full-stack web framework designed for building scalable server-side applications. It provides an integrated development environment that centers on an object-relational mapper for database abstraction, a robust routing system, and a sophisticated service container for dependency injection. Th

    Executes test suites via command-line runners that support parallel processing, database isolation, and detailed reporting.

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

    Runs automated test suites directly from the command line across multiple pre-configured browser environments.

    TypeScriptautomationchromechromium

Explore sub-tags

  • Alternative Test Framework SupportIntegration capabilities that allow software to interface with various external testing runners and libraries.
  • CLI Test RunnersTools that execute automated test suites directly through command-line interfaces across configured environments.
  • Custom Test DriversLow-level interfaces for programmatic application control via I/O.
Test Suite Runners
Utilities that manage and execute collections of tests, often supporting parallel processing via command-line interfaces.