Framework Mode - Custom plugin development
Folder Structure
cypress/ ├── e2e/ # Test specs │ └── example.cy.js ├── support/ # Support files and commands │ ├── commands.js # Custom commands │ └── e2e.js # Support file loaded before tests ├── plugins/ # Custom plugins │ └── index.js # Plugin entry point cypress.config.js # Cypress configuration file package.json # Project dependencies and scripts