run_tests
Run the project's test suite using the command detected from the repository. Failures are summarized with extracted failure lines, letting you jump from test failures to the responsible code.
Instructions
Run the project test suite using the command detected from the repository. Failing output is summarised with the failure lines pulled out, so you can go straight from "tests failed" to the responsible code. This is the tool to use in an implement → test → fix loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Subdirectory (module) to run in. Defaults to the detected location. | |
| target | No | Optional test selector appended to the command (e.g. "-Dtest=PortfolioRiskServiceTest", "src/foo.test.ts"). | |
| command | No | Override the detected test command. | |
| workspace | No | Workspace alias. Defaults to the active workspace. | |
| timeout_seconds | No | Per-run timeout. Defaults to the bridge configuration. |