test_summary
Run test commands and get a structured summary with total, passed, failed, and skipped test counts plus failure details. Condenses raw output to a compact format.
Instructions
Run tests and return structured summary: total/passed/failed/skipped + failure details. 200 lines of raw output → 10-15 lines. Supports vitest, jest, pytest, phpunit, go test, cargo test.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Test command to run (e.g., "npm test", "pytest", "go test ./...") | |
| runner | No | Force specific parser (auto-detected if omitted) | |
| timeout | No | Timeout in ms (default: 60000, max: 300000) |