playwright-e2e-init
Installation
SKILL.md
Playwright E2E Testing Initialization
Sets up Playwright for end-to-end testing in Next.js and React applications.
When to Use
- Adding E2E tests to a Next.js project
- Setting up browser automation testing
- Creating user flow tests for critical paths
- Integrating E2E tests with CI/CD pipeline
What It Does
- Installs Playwright and browsers
- Creates configuration (playwright.config.ts)
- Sets up test directory (e2e/)
- Creates example tests for common flows
- Adds Bun scripts for running tests
- Updates CI/CD to run E2E tests