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

1 repo

Awesome GitHub RepositoriesTest Isolation

Mechanisms that ensure test execution environments remain independent to prevent side effects and cross-test interference.

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

  1. Home
  2. Testing & Quality Assurance
  3. General Testing Utilities
  4. Test Isolation

Awesome Test Isolation 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

    Establishes isolated browser environments with independent storage, cookies, and session data to prevent cross-test interference.

    TypeScriptautomationchromechromium

Explore sub-tags

  • Browser Context IsolationCreation of isolated browser environments with separate storage and cookies for each test.