API

The /tests/execute endpoint offers a flexible way to trigger test runs on the GPT Driver platform. Please see also checkout the API Examples.

Execute Tests

post

Trigger test executions with various options such as platform, tags, device configurations, test inputs, and more.

Body
or
or
or
or
or
or
Responses
chevron-right
200

Test execution triggered successfully.

application/json
messagestringOptional

A message indicating the test execution status.

Example: Test suite runs created
test_suite_idsstring[]Optional

List of IDs for the created test suites.

Example: ["77fb1f2d678047abcd09ea3321fedd55"]
statusstring · enumOptional

Current status of the test execution.

Example: runningPossible values:
post
/tests/execute

Last updated