This walks you through building Playwright test suites the right way: it interviews you about critical flows, auth strategy, and test data before writing anything. You get Page Object Model setup, authentication state persistence across tests, custom fixtures for data seeding, and CI integration with sharding. The planning phase is smart about existing project structure, checking for your framework, routes, and any legacy Cypress tests. It pushes you toward storageState for auth reuse and API seeding over database scripts. If you're setting up E2E from scratch or migrating from another framework, this handles the architectural decisions so you don't end up with brittle login-on-every-test patterns.
npx skills add https://github.com/davila7/claude-code-templates --skill playwright-e2e-builder