Get test run detail
GET/v2/test-runs/:testRunId
Returns one test run with its executed steps. A module the test runs is reported as a single step.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Test run detail with executed steps
Bad Request
Unauthorized
User does not have permission to access test runs
Test run with given ID not found
Server Error