Framework Mode - CSS assertions
Folder Structure
cypress/ ├── e2e/ # Test files with CSS assertions │ └── styleAssertions.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, etc.) ├── videos/ # Recorded test runs ├── screenshots/ # Screenshots on test failure cypress.config.js # Cypress configuration file package.json # Project dependencies and scripts