Framework Mode - cy.within() for scoped queries
Folder Structure
cypress/ ├── e2e/ # Test files │ ├── login.cy.js # Example test │ └── scopedQueries.cy.js # Tests using cy.within() ├── fixtures/ # Test data files (JSON) │ └── users.json ├── support/ # Custom commands and utilities │ ├── commands.js # Custom Cypress commands │ └── e2e.js # Support file loaded before tests └── cypress.config.js # Cypress configuration file