Statistics
Get Test Set statistics
GET
https://[customer].testresults.io/api/projects/:pId/testsets/:tsId/stats
Gets Test Set statistics.
Path Parameters
Name | Type | Description |
---|---|---|
pId | string | Project ID |
tsId | string | Test Set ID |
Query Parameters
Name | Type | Description |
---|---|---|
fromDate | string | Date in format "yyyy-MM-dd" |
toDate | string | Date in format "yyyy-MM-dd" |
tag | string | Test Set tags |
environmentId | string | Environment ID |
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token |
Get Test Report statistics
GET
https://[customer].testresults.io/api/projects/:pId/testcases/:tcId/testplans/:tpId/testreports/:trId/instances/:iId/stats
Gets Test Report statistics.
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 |
Last updated