List Test Results
Endpoint Information
Path Parameters
Parameter
Type
Required
Description
Response Body
{
"pagination": {
"current_page": 1,
"total_count": 1,
"page_limit": 50
},
"test_result_list": [
{
"id": 435,
"level": "ERROR",
"start_date": 1722511864000,
"end_date": 1722511864000,
"runtime": 42,
"session_id": "dummy-38824800783936853956",
"message": "Test report could not be found. Please check your executor log.",
"screen_shot_type": "YES",
"video_enabled": false,
"performance_data_enabled": false,
"test_key": "TEST-C1-P5-E102-S6-ENV:WIN10-Chrome-LATEST",
"test_scenario": {
"id": 6
},
"test_plan": {
"id": 5
},
"project": {
"id": 5
},
"video_format": "FLV",
"environment": {
"id": 8
},
"test_execution": {
"id": 102
},
"node_log_path": "https://dev.testinium.com//storage?key=1/2024/08/01/dummy-38824800783936853956/node.log",
"executor_log_path": "https://dev.testinium.com//storage?key=1/2024/08/01/dummy-38824800783936853956/testResult.log"
}
]
}Pagination Object
Field
Type
Description
Test Result Object
Field
Type
Description
Error Codes
HTTP Code
Error Message
Description
Example Request
Last updated