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 so you can quickly find the right patterns for writing, debugging, and maintaining Playwright tests without searching scattered documentation. ## 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) to the exact reference file you need. - Comprehensive Coverage: Covers E2E, component, API, visual regression, accessibility, security, mobile, Electron, and browser extension testing, plus authentication, network mocking, and multi-user flows. - Infrastructure Guidance: Includes patterns for CI/CD (GitHub Actions, GitLab, Docker), parallel sharding, global setup/teardown, test tags, and performance optimization. - Use Case: Your tests pass locally but flake in CI with multiple workers. Consult the flaky tests and performance references to fix test isolation, then configure sharding for faster parallel runs. ## Quick Start Ask the assistant to help you write a Playwright E2E test with proper locators and assertions, or to diagnose why a specific test is flaky.