Log test run
log_test_runRecord test run results (passed, failed, skipped) to a markdown board for tracking pass/fail trends over time.
Instructions
Record a test run's result (passed/failed/skipped, optional suite + ticket + summary) to the board's test_runs.md. You run the tests (e.g. via the shell); this stores the report so the board can surface pass/fail over time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suite | No | Suite/product name, e.g. 'server' or 'unit'. | |
| failed | No | ||
| passed | No | ||
| ticket | No | ||
| project | Yes | ||
| skipped | No | ||
| summary | No |