testing-e2e

Installation
SKILL.md

E2E Testing with Playwright

Execute E2E testing workflows using Playwright scripts (via playwright-skill). Do not delete, reset, or mutate non-test data without explicit user confirmation. If the app cannot be started or fixtures are unavailable, report BLOCKED instead of inventing passing results.

Runner: Examples below use npx playwright. If the project uses Bun, substitute bunx playwright everywhere. Both runners work; pick the one matching the project's lockfile (package-lock.json/pnpm-lock.yamlnpx; bun.lock/bun.lockbbunx).

Use TaskCreate / TaskUpdate to track these 5 phases:

  1. Determine action (parse args or ask)
  2. Prepare app, dev server, and deterministic test data
  3. Execute action (run/record/generate/verify)
  4. Verify results and collect artifacts
  5. Present output

Phase 1: Parse Arguments

$ARGUMENTS

Installs
6
GitHub Stars
32
First Seen
Apr 14, 2026
testing-e2e — alexei-led/cc-thingz