What problem does it solve? Writing and maintaining Playwright tests involves many decisions — locator strategy, fixtures, mocking, auth, CI configuration — and poor choices lead to flaky, slow suites. This Skill supplies opinionated, production-tested guidance across the full Playwright surface so tests are written correctly the first time. ## Core Features & Use Cases - 50+ Reference Guides: Covers locators, assertions, fixtures, page objects, network mocking, authentication, visual regression, accessibility, API testing, and debugging, with TypeScript and JavaScript examples. - CI/CD & Framework Recipes: Includes GitHub Actions, GitLab, CircleCI, Azure, Jenkins, Docker, sharding, plus recipes for React, Next.js, Vue, and Angular, and migration guides from Cypress and Selenium. - CLI Browser Automation: A playwright-cli sub-skill for driving browsers from the command line — snapshots, clicks, form fills, network mocking, session management, and test generation. - Use Case: When asked to write an E2E test for a login flow, the Skill directs you to role-based locators, web-first assertions, storage-state auth reuse, and trace-on-first-retry configuration. ## Quick Start Ask the agent to write a Playwright E2E test for your app's login flow using role-based locators and web-first assertions.