Framework Mode - cy.contains() for text matching
Folder Structure
cypress/
├── e2e/
│ ├── login.cy.js # Test files using cy.contains() for text matching
│ ├── dashboard.cy.js
│ └── ...
├── fixtures/ # Static test data (JSON files)
│ └── users.json
├── support/
│ ├── commands.js # Custom commands including cy.contains() wrappers
│ ├── e2e.js # Global setup for tests
│ └── index.js
└── cypress.config.js # Cypress configuration file