http://{publicURL_in_serviceconfig}/sideex-webservice/runTestSuites
POST
multipart/form-data
file
: File contents via multipart/form-data
. The file
should be a zip file containing test case information.token
which can be further used to get the test case execution state and test report via the other APIs.
http://{publicURL_in_serviceconfig}/sideex-webservice/getState
GET
form-data
token
: The token returned from the sideex-webservice/runTestSuites APIinvalid
, the response will be
valid
and the state is running
, the response will be
valid
and the state is complete
, the response will be
valid
and the state is error
, the response will be
http://{publicURL_in_serviceconfig}/sideex-webservice/downloadReports?token=xxxx
GET
application/x-www-form-urlencoded
token
: The token returned from the sideex-webservice/runTestSuites APIfile
: This argument is optional. If set file
to reports.zip
, the API will return a zip file containing all HTML reports, otherwise, it will return an HTML index webpage.http://{publicURL_in_serviceconfig}/sideex-webservice/downloadLogs?token=xxxx
GET
application/x-www-form-urlencoded
token
: The token returned from the sideex-webservice/runTestSuites APIhttp://{publicURL_in_serviceconfig}/sideex-webservice/deleteJob
POST
multipart/form-data
, application/x-www-form-urlencoded
token
: The token returned from the sideex-webservice/runTestSuites API