This endpoint triggers a test execution by sending an test target id, an URL and optionally tags, an environment and variables.
Unique identifier for the testTarget.
"2e2bb27b-a19c-47ce-a9b6-cd1bd31622dc"
The URL of the test target for this run.
"https://example.com"
the environment name you want to run your test against
The variables to overwrite exclusively for this test run.
{
"SPACE_ID": ["64ee32b4-7365-47a6-b5b0-2903b6ad849d"]
}
The tags to filter the test cases by.
["tag1", "tag2"]
The breakpoint to run the test cases against.
MOBILE, TABLET, DESKTOP "DESKTOP"
The browser to run the test cases against.
CHROMIUM, FIREFOX, SAFARI "CHROMIUM"