Framework Mode - cy.trigger() for custom events
Folder Structure
cypress/
├── e2e/ # Test specs
│ └── customEvents.cy.js
├── support/ # Support commands and utilities
│ ├── commands.js # Custom Cypress commands
│ └── index.js # Support file loaded before tests
├── fixtures/ # Test data files
│ └── example.json
cypress.config.js # Cypress configuration file