run_tests
Run automated tests to validate code changes and catch failures early. Auto-detects the test command when none is specified.
Instructions
Runs the project's test command (auto-detected if not provided).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory | /app |
| command | No | Test command to run (auto-detects if not provided) | |
| timeout | No | Timeout in milliseconds |