get_run_details
Retrieve detailed test run information including pass/fail statistics, test suites, cases, git metadata, and error details. Supports batch queries of up to 20 runs for analyzing execution health or debugging failures.
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
| Name | Required | Description | Default |
|---|---|---|---|
| counter | No | Filter by test run counter (sequential number). | |
| 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'. |