Trigger Single Test Plan
This endpoint triggers the execution of a single Test Plan programmatically. It is designed for CI/CD pipelines, scheduled regression jobs, or any workflow requiring automated, repeatable test execution.
Upon invocation, Drizz provisions the required device environment, initiates the Test Plan, and returns a unique runId that can be used to track real-time progress, retrieve logs, and access execution artifacts.
Endpoint : POST /testplan/run
Request Headers
Header
Value
x-api-key
Access Token
Content-Type
application/json
Request Payload Attributes
Attribute
Data Type
Max Length
Description
Example
test_plan_id
string
64
Unique test plan identifier
ADuF4ViN
apks
object
—
Package-to-version mapping
{ "com.app": "1.0.0" }
Response Attributes
Attribute
Data Type
Description
Example
test_plan_id
string
Test plan identifier
ADuF4ViN
execution_details.status
string
Execution state
triggered
execution_details.execution_id
string
Execution identifier
exec_123456
Last updated
Was this helpful?