What problem does it solve? Playwright test suites often suffer from flaky tests, brittle selectors, poor structure, and slow CI pipelines. This Skill provides organized, activity-based guidance covering the full Playwright testing lifecycle so you can write reliable tests, debug failures, and configure infrastructure correctly. ## Core Features & Use Cases - Activity-Based Reference Routing: A decision tree and lookup tables map your current task (writing E2E tests, fixing flaky tests, setting up CI/CD, mocking APIs) to the right reference file. - Comprehensive Coverage: Covers locators, assertions, Page Object Model, fixtures, authentication, network interception, WebSockets, mobile testing, accessibility, security testing, visual regression, Electron, browser extensions, and more. - Debugging & Infrastructure Guidance: Dedicated references for flaky test investigation, trace viewer usage, parallel sharding, GitHub Actions, GitLab CI, Docker, and performance optimization. - Use Case: Your tests pass locally but fail intermittently in CI with multiple workers. Consult the flaky tests and performance references to identify state leaks between workers and apply proper test isolation with fixtures. ## Quick Start Ask the AI to help you write a Playwright E2E test with proper locators and assertions, or to diagnose why a specific test is flaky in CI.