Framework Mode - Overwriting existing commands
Folder Structure
cypress/ ├── e2e/ # Test specs │ └── example.cy.js ├── support/ # Support files and custom commands │ ├── commands.js # Custom and overwritten commands │ └── e2e.js # Support file loaded before tests ├── fixtures/ # Test data files │ └── example.json cypress.config.js # Cypress configuration file