Framework Mode - Skipping and focusing tests (.skip, .only)
Folder Structure for Cypress Test Framework
cypress/ ├── e2e/ # Test files (specs) go here │ ├── login.spec.js # Example test file │ └── dashboard.spec.js ├── fixtures/ # Test data files (JSON, etc.) │ └── users.json ├── support/ # Support files and commands │ ├── commands.js # Custom commands │ └── e2e.js # Global setup cypress.config.js # Cypress configuration file package.json # Project dependencies and scripts