Framework Mode - Task command for Node operations
Folder Structure
cypress/
├── e2e/
│ └── example.cy.js # Test specs using Cypress commands and tasks
├── support/
│ ├── commands.js # Custom Cypress commands
│ └── e2e.js # Support file loaded before tests, registers tasks
├── plugins/ # (Optional legacy folder, replaced by cypress.config.js in Cypress 10+)
cypress.config.js # Main Cypress configuration file with task registration
package.json # Project dependencies and scripts