run_tests
Verify code changes by running the test suite with auto-detected runner (Pest, PHPUnit, Jest, etc.). Specify filter or path to narrow tests, and get exit code, runner name, and output tail.
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 |
|---|---|---|---|
| filter | No | Restrict to tests matching this name pattern. | |
| path | No | Restrict to tests under this directory. |