Framework Mode - before and after hooks
Folder Structure
cypress/ ├── e2e/ │ ├── login.cy.js # Test files │ └── dashboard.cy.js ├── support/ │ ├── commands.js # Custom commands │ └── e2e.js # Global hooks and setup ├── fixtures/ # Test data files │ └── user.json cypress.config.js # Cypress configuration