Setup
1
Prepare your endpoint
Set up an HTTP endpoint that accepts POST requests with a JSON body. This can be any server, serverless function, or third-party service that accepts incoming webhooks.
2
Configure the webhook URL
Go to Account > Settings in QA Studio and find the Webhook URL to be called after test suite run field. Enter your endpoint URL.
3
Add authorization (optional)
If your endpoint requires authentication, enter the value in the Webhook authorization header field. MobileBoost includes this value in the
Authorization header of every request.Payload
After each test suite run, MobileBoost sends a POST request to your configured URL with a JSON payload containing the full results.Fields
Test result fields
Each test insucceededTests, failedTests, and blockedTests contains:

