get_run_details
Retrieve comprehensive test run data including statistics, test suites, git metadata, and error details to analyze execution health or debug specific failures in TestDino projects.
Instructions
Get detailed information about test runs. Shows test statistics (passed, failed, skipped, flaky), all test suites and cases, git metadata, and error details. Supports batch operations (comma-separated IDs, max 20). Use this to analyze test execution health or debug specific failures.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID (Required). The TestDino project identifier. | |
| testrun_id | No | Test run ID(s). Single ID or comma-separated for batch (max 20). Example: 'test_run_123' or 'run1,run2,run3'. | |
| counter | No | Filter by test run counter (sequential number). |