cypress_run_test
Run a specific test by name in a Cypress spec file using grep. Returns structured results with recommended next actions for debugging.
Instructions
Run a specific test by name within a spec file using grep. Returns structured results with recommended next actions for the agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | Path to the spec file | |
| browser | No | Browser to use | |
| timeout | No | Timeout in ms | |
| testName | Yes | Exact or partial test name to match |