API Reference
Execute all tests of the given test target with a given URL
This endpoint triggers a test execution by sending an test target id and a URL.
POST
/
apiKey
/
v2
/
execute
Authorizations
X-API-Key
string
headerrequiredBody
application/json
testTargetId
string
requiredUnique identifier for the testTarget.
url
string
requiredThe URL of the test target for this run.
context
object
requiredenvironmentName
string
default: defaultthe environment name you want to run your test against
Response
200 - application/json
testReportUrl
string
The URL where the test report can be accessed.
testReport
object