List Test Results by Execution ID
Endpoint Information
Path Parameters
Parameter
Type
Required
Description
Response Body
{
"pagination": {
"current_page": 1,
"total_count": 1,
"page_limit": 50
},
"test_result_list": [
{
"id": 150912,
"level": "SUCCESS",
"start_date": 1428833706000,
"end_date": 1428833706000,
"runtime": 0,
"session_id": "dummy-47359440135365756567",
"video_enabled": false,
"performance_data_enabled": false,
"test_scenario": {
"id": 152
},
"test_plan": {
"id": 35
},
"project": {
"id": 28
},
"video_format": "FLV",
"test_execution": {
"id": 8786
},
"node_log_path": "http://127.0.0.1:8080//storage?key=1/2015/04/12/dummy-47359440135365756567/node.log",
"executor_log_path": "http://127.0.0.1:8080//storage?key=1/2015/04/12/dummy-47359440135365756567/testResult.log"
}
]
}Pagination Object
Field
Type
Description
Test Result Object
Field
Type
Description
Error Codes
HTTP Code
Error Message
Description
Example Request
Last updated