Framework Mode - Code coverage plugin
Folder Structure
cypress/ ├── e2e/ # Test specs │ └── example.cy.js ├── support/ # Support files and commands │ ├── commands.js │ └── e2e.js ├── fixtures/ # Test data files │ └── example.json └── coverage/ # Code coverage reports (generated) cypress.config.js # Cypress configuration file package.json # Project dependencies and scripts .nycrc.json # NYC (Istanbul) coverage config