Framework Mode - cy.viewport() for screen sizes
Folder Structure for Cypress Test Framework
cypress/
├── e2e/ # End-to-end test specs
│ ├── login.cy.js # Example test file
│ └── responsive.cy.js # Tests using cy.viewport()
├── fixtures/ # Test data files (JSON)
│ └── users.json
├── support/ # Support files and commands
│ ├── commands.js # Custom commands
│ └── e2e.js # Global setup
└── videos/ # Recorded test runs
cypress.config.js # Cypress configuration file
package.json # Project dependencies and scripts