Framework Mode - .check() and .uncheck()
Folder Structure
cypress/ ├── e2e/ # Test files (specs) using .check() and .uncheck() │ └── checkboxTests.cy.js ├── fixtures/ # Test data files (JSON, etc.) │ └── checkboxData.json ├── support/ # Custom commands and reusable utilities │ ├── commands.js # Custom Cypress commands │ └── index.js # Support file loaded before tests cypress.config.js # Cypress configuration file