Framework Mode - Full-page screenshots
Folder Structure
cypress/ ├── e2e/ # Test specs │ └── fullPageScreenshot.cy.js ├── fixtures/ # Test data files │ └── example.json ├── support/ # Custom commands and reusable code │ ├── commands.js # Custom commands like full-page screenshot │ └── e2e.js # Global support file cypress.config.js # Cypress configuration package.json # Project dependencies and scripts