Run Tests
test.runRun tests in a local project directory. Specify command, timeout, and output limits to verify code functionality.
Instructions
Run a detected or explicit test command in a project directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | ||
| command | No | ||
| timeoutMs | No | ||
| maxOutputBytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| exitCode | Yes | ||
| stdout | Yes | ||
| stderr | Yes |