run_tests
Execute a test command on a repository and return pass/fail status with full output.
Instructions
Run the test suite and return pass/fail status with full output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory (default: REPO_PATH env) | |
| command | No | Test command (default: "npm test") |