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
Unique identifier for the testTarget.
url
string
requiredThe URL of the test target for this run.
context
object
requiredResponse
200 - application/json
testReportUrl
string
The URL where the test report can be accessed.
testReport
object