Framework Mode - Mounting React components
Folder Structure
cypress/ ├── e2e/ # End-to-end test specs │ └── example.cy.js # Example e2e test ├── component/ # Component test specs │ └── Button.cy.jsx # React component mount test ├── support/ # Support files and commands │ ├── commands.js # Custom Cypress commands │ └── component.js # Setup for component testing cypress.config.js # Cypress configuration file package.json # Project dependencies and scripts