What problem does it solve? Writing reliable Playwright tests requires knowing which locators, assertions, fixtures, and mocking strategies to use, and mistakes like hardcoded waits or shared state cause flaky suites. This Skill supplies opinionated, production-tested guidance across the full Playwright testing surface so tests are stable and maintainable. ## Core Features & Use Cases - 46 reference guides: Cover locators, web-first assertions, fixtures, network mocking, authentication, visual regression, accessibility (axe-core), API testing (REST and GraphQL), debugging, and flaky test diagnosis. - Framework recipes: Dedicated setup and testing patterns for Next.js, React, Vue/Nuxt, and Angular, including Angular Material components, reactive forms, and router navigation. - Specialized topics: WebSockets, iframes, Shadow DOM, service workers, Electron, browser extensions, security testing, performance, and i18n. - Use Case: When asked to write an E2E test for a login flow in a Next.js app, the Skill directs you to role-based locators, storageState auth reuse, and web-first assertions instead of brittle CSS selectors and waitForTimeout calls. ## 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.