Framework Mode - Parent 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 including parent commands │ └── e2e.js # Support file loaded before tests ├── fixtures/ # Test data files (JSON, etc.) │ └── user.json cypress.config.js # Cypress configuration file package.json # Project dependencies and scripts