GET Test Execute Method

Executes tests with ID <id> and returns test run.

Syntax:

GET /api/test/<id>/execute

Curl

$> curl "http://localhost:8080/api/test/58c691bc6a757333b4080000/execute" -H "Authorization: Basic YWRtaW46YWRtaW4="

Raw Request

GET /api/test/58c691bc6a757333b4080000/execute HTTP/1.1

Host: localhost:8080

Authorization: Basic YWRtaW46YWRtaW4=

Execute Keys

Parameter Type
managed_application_id Id
sut_id Id
execution_configuration_id Id
instances Integer
licenses_to_use Integer

Response Body

{

"_id":"594027426a75732e0c030000",

"created_at":"2017-06-13T17:56:18.630Z",

"updated_at":"2017-06-13T17:56:18.683Z",

"test_run_number":38,

"test_id":"58c691bc6a757333b4080000",

"status_code":100,

"test_run_instances":[],

"test_cases":[]

}

 

This topic was last updated on 2月 01, 2019, at 11:13:23 午前.

Eggplant icon Eggplant.io | Documentation Home | User Forums | Support | Copyright © 2019 Eggplant