awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesSerial Test Execution Modes

Configurations that enforce sequential execution and dependency-based skipping for test suites.

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

Awesome Serial Test Execution Modes GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • microsoft/playwrightAvatar de microsoft

    microsoft/playwright

    91,074Voir sur 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 in consistent, isolated environments. The framework distinguishes itself through a web-first testing paradigm that prioritizes stability and resilience. By utilizing an auto-waiting actionability engine and accessibility-tree-based locators, it eliminates common sources of test

    Enforces sequential execution for dependent test suites, automatically halting subsequent steps if a preceding test fails.

    TypeScriptautomationchromechromium
    Voir sur GitHub↗91,074
  • avajs/avaAvatar de avajs

    avajs/ava

    20,849Voir sur GitHub↗

    Ava is a test runner for JavaScript and TypeScript designed to execute test suites with a focus on concurrency and isolation. It serves as a concurrent test executor that runs test files in parallel across multiple processes to reduce total runtime and prevent state leakage between suites. The project features a built-in snapshot testing framework that saves large data structures to disk and compares subsequent executions to detect regressions via diffs. It is also compatible with the Test Anything Protocol, allowing it to export results for use with external reporting tools. Its capability

    Enforces sequential execution of tests to prevent race conditions when sharing resources.

    JavaScriptassertasyncasync-functions
    Voir sur GitHub↗20,849
  • apache/jmeterAvatar de apache

    apache/jmeter

    9,233Voir sur GitHub↗

    Apache JMeter is a Java-based performance testing tool and multi-protocol traffic simulator used to analyze the stability and scalability of servers and networks. It functions as a distributed load testing framework that coordinates remote worker nodes from a single controller to generate high volumes of concurrent traffic. The project is distinguished by its ability to simulate traffic across diverse backend systems, including HTTP, JDBC, LDAP, JMS, FTP, and TCP. It provides a headless command-line interface for automated execution and a reporting system that transforms raw sample logs into

    Ensures that only one virtual user executes a specific section of the test at a time.

    Javajavaperformancetest
    Voir sur GitHub↗9,233
  • onsi/ginkgoAvatar de onsi

    onsi/ginkgo

    9,014Voir sur GitHub↗

    Ginkgo is a behavior-driven development testing framework, assertion library, and test runner for Go. It provides a domain-specific language for writing human-readable specifications, organizing tests into hierarchical containers and subjects to describe system behavior. The project distinguishes itself through advanced execution control and observability, featuring a test runner capable of parallel distribution, sharding, and randomized execution order to detect flaky tests. It includes specialized diagnostic tools for goroutine leak detection, hanging spec monitoring, and failure state debu

    Guarantees that specific tests run sequentially on a single process to avoid resource contention.

    Go
    Voir sur GitHub↗9,014
  1. Home
  2. Testing & Quality Assurance
  3. Testing Infrastructure and Management
  4. Test Infrastructure
  5. Test Execution Strategies
  6. Serial Test Execution Modes