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

7 repos

Awesome GitHub RepositoriesExecution and Infrastructure

Explore 7 awesome GitHub repositories matching testing & quality assurance · Execution and Infrastructure. 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

Awesome Execution and Infrastructure 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
  • 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

    Emulates diverse hardware, screen resolutions, and network conditions to verify web application behavior across different devices.

    TypeScriptautomationchromechromium
  • florinpop17/app-ideas

    florinpop17/app-ideas

    90,567GitHubView on GitHub↗

    App-ideas is a development platform that integrates autonomous AI agents into local environments to orchestrate code review, automated fix application, and workflow management. It functions as a command-line interface that connects external AI assistants to your codebase, enabling iterative development cycles through p

    Constructs unit tests based on project patterns and source code analysis to ensure adequate coverage.

    applicationscodingcodingchallenges
  • django/django

    django/django

    86,891GitHubView on GitHub↗

    Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes se

    Provides a robust suite of test runners, fixtures, and mock objects for verifying application logic.

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

  • Automated Test GeneratorsTools that generate unit or integration tests based on source code analysis.
  • Test Execution Runners4 sub-tagsCommand-line interfaces and infrastructure tools that manage the lifecycle, parallelization, and reporting of test suites, distinct from the testing methodology itself.
  • Test Infrastructure and Configuration4 sub-tagsSystems for managing test environments, fixtures, dependency injection, and cross-device/browser infrastructure, distinct from test logic.