Framework Mode - Retry-ability of commands
Folder Structure
cypress/ ├── e2e/ # Test specs │ ├── login.cy.js # Example test file │ └── dashboard.cy.js ├── fixtures/ # Test data files (JSON) │ └── users.json ├── support/ # Custom commands and utilities │ ├── commands.js # Custom Cypress commands │ └── e2e.js # Support file loaded before tests └── cypress.config.js # Cypress configuration file