Back to Everything Claude Code

E2E Command (Legacy Shim)

legacy-command-shims/commands/e2e.md

2.0.0608 B
Original Source

E2E Command (Legacy Shim)

Use this only if you still invoke /e2e. The maintained workflow lives in skills/e2e-testing/SKILL.md.

Canonical Surface

  • Prefer the e2e-testing skill directly.
  • Keep this file only as a compatibility entry point.

Arguments

$ARGUMENTS

Delegation

Apply the e2e-testing skill.

  • Generate or update Playwright coverage for the requested user flow.
  • Run only the relevant tests unless the user explicitly asked for the entire suite.
  • Capture the usual artifacts and report failures, flake risk, and next fixes without duplicating the full skill body here.