run_tests
Run test suites for any project with options to override commands, filter test names, enable coverage, and set timeout.
Instructions
Run the project test suite with configurable options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | No | Test name pattern to filter | |
| project | No | Project name | |
| timeout | No | Timeout in milliseconds (default: 120000) | |
| coverage | No | Run with coverage | |
| testCommand | No | Test command override. Auto-detected if not provided. |