What problem does it solve? Writing and maintaining Playwright test suites involves many decisions—locator strategy, waiting behavior, fixtures, CI configuration, mocking, and framework-specific patterns—and getting any of them wrong leads to flaky, slow, or brittle tests. This Skill routes the AI to the right reference document for the task at hand so Playwright tests follow proven best practices. ## Core Features & Use Cases - Activity-based reference routing: Maps what you are doing (writing E2E tests, fixing flaky tests, setting up CI/CD, testing accessibility) to one or more of 57 focused reference documents across 8 categories. - Broad coverage: Covers E2E, component, API, visual regression, accessibility (axe-core), security, performance, i18n, Electron, browser extension, mobile, WebSocket, and multi-user testing, plus framework guides for React, Angular, Vue, and Next.js. - Debugging and infrastructure guidance: Includes flaky-test diagnosis, trace viewer usage, console error monitoring, sharding, Docker, GitHub Actions/GitLab CI setup, and a test validation loop for verifying changes. - Use Case: You ask the AI to "fix this flaky login test" or "add accessibility tests to the checkout flow" and it loads the relevant references (flaky-tests.md, accessibility.md) to produce standards-compliant Playwright TypeScript code. ## Quick Start Ask the AI to write or fix a Playwright test for your scenario, such as "write an E2E test for the checkout flow with accessibility checks," and it will apply the matching best-practice references.