Framework Mode - Asserting request properties
Folder Structure
cypress/ ├── e2e/ # Test specs │ └── api/ # API related tests │ └── requestAssertions.cy.js ├── fixtures/ # Test data files (JSON, etc.) ├── support/ # Custom commands and utilities │ ├── commands.js # Custom Cypress commands │ └── index.js # Support file loaded before tests ├── plugins/ # Cypress plugins (if needed) └── cypress.config.js # Cypress configuration file