Framework Mode - Programmatic login (cy.request)
Folder Structure
cypress/ ├── e2e/ │ ├── login.cy.js # Tests using programmatic login │ └── otherFeature.cy.js ├── support/ │ ├── commands.js # Custom commands including programmatic login │ └── e2e.js # Support file loaded before tests ├── fixtures/ │ └── user.json # Test user data (username, password) cypress.config.js # Cypress configuration file