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.
Last updated
The /tests/execute endpoint offers a flexible way to trigger test runs on the GPT Driver platform. Please see also checkout the API Examples.
Last updated
POST /tests/execute HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 48
{
"organisationId": "org123",
"platform": "android"
}{
"message": "Test suite runs created",
"test_suite_ids": [
"77fb1f2d678047abcd09ea3321fedd55"
],
"status": "running"
}