Framework Mode - Dual commands
Folder Structure
cypress/ ├── e2e/ # Test specs │ ├── login.cy.js # Example test file │ └── dashboard.cy.js ├── support/ # Custom commands and support files │ ├── commands.js # Custom Cypress commands │ └── e2e.js # Global support file cypress.config.js # Cypress configuration package.json # Project dependencies and scripts