What problem does it solve? Writing and maintaining Playwright test suites involves many decisions—locator strategies, waiting patterns, mocking, CI configuration, and framework-specific quirks—and mistakes lead to flaky, slow, or brittle tests. This Skill provides structured, activity-based guidance so you apply proven patterns instead of trial and error. ## Core Features & Use Cases - Activity-Based Reference Routing: A decision tree and lookup tables map your current task (writing E2E tests, fixing flaky tests, configuring CI/CD, mocking APIs) to the right reference file. - Comprehensive Coverage: References span core patterns (locators, assertions, fixtures, Page Object Model), testing patterns (API, GraphQL, accessibility, visual regression, security), browser APIs (WebSockets, geolocation, service workers), frameworks (React, Angular, Vue, Next.js), and infrastructure (GitHub Actions, GitLab CI, Docker, sharding). - Use Case: You are debugging a test that only fails in parallel CI runs. The Skill routes you to flaky-tests.md, performance.md, and fixtures-hooks.md to diagnose worker isolation and shared state issues. ## Quick Start Ask the AI to help you write or fix a Playwright test, such as creating an authenticated E2E test with API mocking for your Next.js app.