Get Test Run
Note:
See the API documentation for this endpoint (opens in a new tab)
for more information.
For general webmate API usage, see REST API
.
Returns the info for the testRunID provided.
| Endpoint | /testmgmt/testruns/{testRunId} |
| Method | GET |
| testRunId | ID of test run to get |
| return schema | JSON with test run properties |
| return example | {"testRunId": "693c2d72-9c96-4bd5-be13-19b15902f8a3","name": "string", ...} |
You can use this endpoint the following way:
You need an authenticated webmateSession to call this function, see this article
on how to set up and authenticate with the SDK.
| Parameter | |
|---|---|
| testRunId | webmate TestRunId of test run to get |
| |
You need an authenticated webmateSession to call this function, see this article
on how to set up and authenticate with the SDK.
| Parameter | |
|---|---|
| testRunId | webmate TestRunId of test run to get |
| |