cypress-automation
Installation
SKILL.md
Quick Route
| You need to... | Go to |
|---|---|
| Write an E2E spec (load, intercept, assert) | Core Principles + references/intercept-patterns.md |
Add a typed custom command / cy.session login |
Custom Commands + references/config-and-commands.md |
| Mount and test a single component | Component Testing + references/component-and-fixtures.md |
Scaffold cypress.config.ts / project layout |
Project Structure + references/config-and-commands.md |
| Stub, spy, simulate errors, or poll an API | cy.intercept Patterns + references/intercept-patterns.md |
| Run in CI / parallelize on Cypress Cloud | CI Integration + references/ci-recipes.md |
| Handle an SSO / OAuth redirect | Cross-Origin Flows + references/intercept-patterns.md |