Framework Mode - cypress-real-events for native events
Folder Structure
cypress-real-events-project/ ├── cypress/ │ ├── e2e/ # Test specs │ │ └── example.cy.js # Example test using real events │ ├── support/ # Support files and commands │ │ ├── commands.js # Custom commands including real events │ │ └── e2e.js # Support file to import plugins │ └── fixtures/ # Test data files ├── cypress.config.js # Cypress configuration file ├── package.json # Project dependencies and scripts └── README.md # Project overview