Framework Mode - data-cy attributes for test stability
Folder Structure
cypress/
├── e2e/ # Test specs using data-cy selectors
│ ├── login.cy.js
│ ├── dashboard.cy.js
│ └── userProfile.cy.js
├── fixtures/ # Test data files (JSON)
│ └── users.json
├── support/ # Custom commands and utilities
│ ├── commands.js # Custom commands using data-cy
│ └── index.js # Support file loaded before tests
cypress.config.js # Cypress configuration file
package.json # Project dependencies and scripts