Framework Mode - Why custom commands reduce duplication
Folder Structure
cypress/ ├── e2e/ # Test specs │ ├── login.cy.js # Login tests │ └── dashboard.cy.js # Dashboard tests ├── support/ # Support files │ ├── commands.js # Custom commands │ └── e2e.js # Global setup cypress.config.js # Cypress configuration