Framework Mode - Why component testing isolates UI units
Folder Structure
cypress/ ├── e2e/ # End-to-end tests │ └── login.cy.js # Example e2e test ├── component/ # Component tests │ └── Button.cy.js # Example component test ├── support/ # Support files and commands │ ├── commands.js # Custom commands │ └── component.js # Component test setup cypress.config.js # Cypress configuration package.json # Project dependencies and scripts