cypress
Installation
SKILL.md
Cypress E2E Testing
Complete Cypress testing guide for end-to-end and component testing.
Quick Reference
| Command | Purpose |
|---|---|
npx cypress open |
Open Cypress GUI |
npx cypress run |
Run tests headless |
npx cypress run --spec "path" |
Run specific test |
npx cypress run --browser chrome |
Use specific browser |