Framework Mode - File download verification
Folder Structure
cypress/ ├── e2e/ │ ├── fileDownload.spec.js # Test files for file download verification ├── fixtures/ # Test data files ├── support/ │ ├── commands.js # Custom commands (e.g., file download helpers) │ ├── e2e.js # Global support for tests ├── downloads/ # Folder where downloaded files are saved during tests cypress.config.js # Cypress configuration file package.json # Project dependencies and scripts