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

  1. Installs Playwright and browsers
  2. Creates configuration (playwright.config.ts)
  3. Sets up test directory (e2e/)
  4. Creates example tests for common flows
  5. Adds Bun scripts for running tests
  6. Updates CI/CD to run E2E tests
Installs
295
GitHub Stars
30
First Seen
Jan 20, 2026
playwright-e2e-init — shipshitdev/library