Framework Mode - cy.location() for URL parts
Folder Structure
cypress/ ├── e2e/ # Test files │ └── urlParts.cy.js # Tests using cy.location() ├── support/ # Support commands and utilities │ ├── commands.js # Custom Cypress commands │ └── e2e.js # Global setup for tests ├── fixtures/ # Test data files │ └── example.json cypress.config.js # Cypress configuration file