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

5 repos

Awesome GitHub RepositoriesTest Lifecycle and Execution Control

Mechanisms for managing test suite organization, execution flow, setup/teardown hooks, and runtime configuration.

Explore 5 awesome GitHub repositories matching testing & quality assurance · Test Lifecycle and Execution Control. Refine with filters or upvote what's useful.

  1. Home
  2. Testing & Quality Assurance
  3. General Testing Utilities
  4. Test Utilities & Assertions
  5. Test Lifecycle and Execution Control

Awesome Test Lifecycle and Execution Control GitHub Repositories

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

    denoland/deno

    106,258GitHubView on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system

    Rustdenojavascriptrust
  • ant-design/ant-design

    ant-design/ant-design

    97,624GitHubView on GitHub↗

    Ant Design is an enterprise-grade component library and design system framework built for developing complex, data-heavy web applications. It provides a comprehensive collection of pre-built, state-driven interface elements that map data properties to rendered components, ensuring consistent interaction patterns and vi

    TypeScriptant-designantddesign-systems
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

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

    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

    TypeScriptautomationchromechromium

Explore sub-tags

  • Test Execution ControlsControls for managing test execution flow, such as skipping specific tests during a run.
  • Test Execution TimeoutsSettings for defining execution time limits to prevent excessive test suite runtimes.
  • Test Fixture ManagementUtilities for defining automatic fixtures that execute consistently across tests or workers.
Test Grouping Utilities
Tools for organizing tests into logical collections to manage shared setup, teardown, or execution flow.
  • Test Lifecycle HooksMechanisms for executing setup and teardown logic before or after the execution of tests and suites.
  • Test ParameterizationUtilities that generate multiple unique test cases by iterating over provided data sets.
  • Test Retry StrategiesConfigurations that enable the automatic re-execution of failing tests until they pass or reach a limit.
  • Test Tagging SystemsSystems for applying custom labels to tests to facilitate filtering and selective execution.
  • Testing ConfigurationsSettings and environment definitions used to configure testing frameworks and ensure compatibility across different development environments.