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