Framework Mode - Iframe interaction strategies
Folder Structure
cypress/ ├── e2e/ # Test specs │ └── iframe_tests.cy.js ├── support/ # Custom commands and utilities │ ├── commands.js # Custom Cypress commands │ └── iframeHelper.js # Helper functions for iframe interaction ├── fixtures/ # Test data files │ └── example.json cypress.config.js # Cypress configuration file