Framework Mode - Negative assertions (not)
Folder Structure
cypress/ ├── e2e/ │ ├── login.spec.js # Test files with negative assertions │ ├── dashboard.spec.js │ └── ... ├── fixtures/ # Test data files │ └── users.json ├── support/ │ ├── commands.js # Custom commands including negative assertion helpers │ ├── e2e.js # Global setup for tests │ └── index.js └── cypress.config.js # Cypress configuration file