code-e2e-tests
Installation
SKILL.md
Create E2E Tests
Execution-phase Cypress implementation. Planning-phase: pm-e2e-test-generator.
Harness discovery
Load {harness}/rules/e2e-tests-rules.mdc when present. See references/e2e-architecture.md for layout and bootstrap summary.
Phase 0 — Resolve or bootstrap Cypress root
Before any spec or command code, locate the Cypress project or create it.
0.1 — Detect existing E2E (brownfield)
Search {product_root} in this order:
tests-e2e/cypress.config.tstestes-cypress/cypress.config.ts(legacy name)frontend/cypress.config.ts(legacy co-located)