Playwright E2E Test Suite Builder When to use Use this skill when you need to: - Set up Playwright from scratch in an existing project - Build E2E tests for critical user flows (signup, checkout, dashboards) - Implement Page Object Model for maintainable test architecture - Configure authentication state persistence across tests - Set up visual regression testing with screenshots - Integrate Playwright into CI/CD with sharding and retries Phase 1: Explore (Plan Mode) Enter plan mode. Before writing any tests, explore the existing project: Project structure - Find the tech stack: is this React…