Cypress Expert Skill Quick Reference When to use this skill: - Writing or fixing Cypress E2E or component tests - Setting up Cypress in a new project - Debugging flaky tests - Adding network stubbing / API mocking - Configuring CI pipelines for Cypress - Implementing auth patterns ( ) - Building Page Object Model architecture Quick start: 1. — install 2. — interactive mode (first run generates config) 3. — headless CI mode 4. Read full references in for deep patterns --- Core Philosophy Cypress runs inside the browser . It has native access to the DOM, network requests, and application state.…