Skip to main content

Get test run overview by ID

GET 

/test_run_overview/:id/

Retrieve a single test run overview by ID.

Returns overview data for a specific test run including statistics.

Response: { "test_run": {...}, "success_count": 10, "failed_count": 2, "skipped_count": 1, "success_percentage": 76.92, "failed_percentage": 15.38, "skipped_percentage": 7.69 }

Request

Responses

Single enriched test run.