run_tests
Verify code changes by running test suites with auto-detected runner (Pest, PHPUnit, Jest, pytest). Get exit code, runner name, and structured output. Narrow with filter or path.
Instructions
Run the consumer project's test suite via its auto-detected runner (Pest / PHPUnit, Jest / Vitest, pytest, …). Use to verify a change before claiming it works. Shell-bound. Returns the exit code, the runner name, and a structured tail of the output. Pass filter or path to narrow the run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Restrict to tests under this directory. | |
| filter | No | Restrict to tests matching this name pattern. |