report_test_run
Log test run results by providing pass/fail/skipped counts, duration, and an optional failure summary to the worklog.
Instructions
Report the outcome of a test/verify run (counts, not full logs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suite | No | ||
| failed | No | ||
| passed | No | ||
| result | Yes | ||
| skipped | No | ||
| durationMs | No | ||
| failureSummary | No | short summary if failed |