Framework Mode - Dynamic response stubbing
Folder Structure
cypress/
├── e2e/ # Test specs
│ └── dynamicStub.cy.js # Tests using dynamic response stubbing
├── fixtures/ # Static test data
│ └── example.json
├── support/ # Custom commands and utilities
│ ├── commands.js # Custom Cypress commands
│ └── index.js # Support file loaded before tests
├── plugins/ # Plugins for Cypress (optional)
└── cypress.config.js # Cypress configuration file