e2e

Installation
SKILL.md

End-to-End Tests (Cypress)

Detection

Run in parallel:

  • Check package.json for cypress version
  • Read cypress.config.ts for baseUrl and test file patterns
  • Read 1-2 existing test files in cypress/e2e/ to match conventions

Workflow

  1. Read existing tests and config to match project style
  2. Understand the user flow — ask if unclear
  3. Identify selectors (see selectors.md)
  4. Write tests in cypress/e2e/ — one file per flow or feature

Format

Installs
31
GitHub Stars
10
First Seen
Mar 4, 2026
e2e — helderberto/skills