Framework Mode - Percy integration basics
Folder Structure
cypress/ ├── e2e/ # Test specs │ └── visual.spec.js # Visual test example ├── support/ # Support commands and setup │ ├── commands.js # Custom Cypress commands │ └── e2e.js # Global setup for tests cypress.config.js # Cypress configuration file package.json # Project dependencies and scripts .percy.yml # Percy configuration file