cypress_run_all
Run all Cypress tests in a project by selecting a browser and specifying the e2e project. Solves the need to execute the complete suite in one action.
Instructions
Run all Cypress tests in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| browser | No | Browser to use (default: chrome) | |
| project | Yes | Which e2e project to run (adjust based on your project structure) |