Last updated 3 months ago
The /tests/execute endpoint offers a flexible way to trigger test runs on the GPT Driver platform. Please see also checkout the API Examples.
/tests/execute
Trigger test executions with various options such as platform, tags, device configurations, test inputs, and more.
curl -L \ --request POST \ --url '/tests/execute' \ --header 'Content-Type: application/json' \ --data '{"organisationId":"org123","platform":"android"}'
{ "message": "Test suite runs created", "status": "running", "test_suite_ids": [ "77fb1f2d678047abcd09ea3321fedd55" ] }