Framework Mode - cy.wait() for explicit waiting
Folder Structure
cypress/ ├── e2e/ # Test files (specs) go here │ └── example.cy.js ├── fixtures/ # Test data files (JSON, etc.) │ └── userData.json ├── support/ # Custom commands and reusable utilities │ ├── commands.js │ └── e2e.js # Global support file cypress.config.js # Cypress configuration file