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

1 repo

Awesome GitHub RepositoriesTest Architecture Patterns

Design patterns and structural strategies that improve the maintainability and scalability of automated test suites.

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

  1. Home
  2. Testing & Quality Assurance
  3. Testing Best Practices and Methodologies
  4. Test Architecture Patterns

Awesome Test Architecture Patterns 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

    TypeScriptautomationchromechromium

Explore sub-tags

  • Page Object ModelsEncapsulation of page locators and operations into reusable classes for test maintainability.