Framework Mode - GitHub Actions integration
Folder Structure
cypress/
├── e2e/ # Test specs
│ └── example.cy.js
├── fixtures/ # Test data files
│ └── example.json
├── support/ # Custom commands and utilities
│ ├── commands.js
│ └── e2e.js
cypress.config.js # Cypress configuration file
.github/
└── workflows/
└── cypress.yml # GitHub Actions workflow for Cypress tests
package.json # Project dependencies and scripts