What problem does it solve?
Flaky, brittle Playwright end-to-end tests waste engineering time, produce false confidence in application quality, and block reliable release cycles.
Core Features & Use Cases
- 2026 Playwright Best Practices: Enforces the latest selector, auto-waiting, and test architecture standards for TypeScript, Python, C#, and Java implementations.
- Flake Mitigation: Provides patterns to eliminate common flake sources including hard-coded sleeps, test interdependence, and real third-party network calls.
- Use Case: A team struggling with unreliable checkout flow tests can use this skill to refactor selectors to accessibility-tree locators, add trace artifacts for debugging, and mock payment provider calls to eliminate false failures.
Quick Start
Use the playwright-qa skill to refactor your existing Playwright test suite to follow 2026 best practices and eliminate flaky test failures.