API Examples
All android tests
curl -X POST https://api.mobileboost.io/tests/execute \
-H "Content-Type: application/json" \
-d '{
"organisationId": "org123",
"platform": "android"
}'Specific tests on a specific build
curl -X POST https://api.mobileboost.io/tests/execute \
-H "Content-Type: application/json" \
-d '{
"organisationId": "org123",
"uploadId": "upl123",
"testIds": [
"<TEST_ID>",
"<TEST_ID>",
...
]
}'All critical tests on android
Specific device configurations
External device provider
Specific test input values
By name from meta data
Last updated