Framework Mode - Waiting for requests (cy.wait with alias)
Folder Structure
cypress/ ├── e2e/ │ ├── login.cy.js # Test files │ ├── dashboard.cy.js │ └── apiRequests.cy.js # Tests using cy.wait with alias ├── fixtures/ # Static test data │ └── user.json ├── support/ │ ├── commands.js # Custom commands │ └── e2e.js # Global setup └── cypress.config.js # Configuration file