Test Reports
Get Test Report details
GET
https://[customer].testresults.io/api/projects/:pId/testcases/:tcId/testplans/:tpId/testreports/:trId
Gets Test Report details.
Path Parameters
Name | Type | Description |
---|---|---|
pId | string | Project ID |
tcId | string | Test Case ID |
tpId | string | Test Plan ID |
trId | string | Test Report ID |
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token |
Get Test report details (permanent URL)
GET
https://[customer].testresults.io/api/projects/0/testcases/0/testplans/0/testreports/:trId
Path Parameters
Name | Type | Description |
---|---|---|
trId | string | Test Report ID |
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token |
Update Test Report
PUT
https://[customer].testresults.io/api/projects/:pId/testcases/:tcId/testplans/:tpId/testreports/:trId
Updates an existing Test Report.
Path Parameters
Name | Type | Description |
---|---|---|
pId | string | Project ID |
tcId | string | Test Case ID |
tpId | string | Test Plan ID |
trId | string | Test Report ID |
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token |
Request Body
Name | Type | Description |
---|---|---|
Status | string | new Status |
Comment | string | Comment (for "Investigation" status) |
Get Instances
GET
https://[customer].testresults.io/api/projects/:pId/testcases/:tcId/testplans/:tpId/testreports/:trId/instances
Gets all Instances for the selected Test Report.
Path Parameters
Name | Type | Description |
---|---|---|
pId | string | Project ID |
tcId | string | Test Case ID |
tpId | string | Test Plan ID |
trId | string | Test Report ID |
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token |
Get Instance details
GET
https://[customer].testresults.io/api/projects/:pId/testcases/:tcId/testplans/:tpId/testreports/:trId/instances/:iId
Gets Instance details.
Path Parameters
Name | Type | Description |
---|---|---|
pId | string | Project ID |
tcId | string | Test Case ID |
tpId | string | Test Plan ID |
trId | string | Test Report ID |
iId | string | Instance ID |
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token |
Get debug info
GET
https://[customer].testresults.io/api/projects/0/testcases/0/testplans/0/testreports/:trId/debug
Gets debug data by Test Report.
Path Parameters
Name | Type | Description |
---|---|---|
trId | string | Test Report ID |
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token |
Last updated