Webhooks
Step-by-step Guide
Step 1: Configuration
Step 2: Payload Structure
{
"totalTests": 1,
"succeededTests": [],
"failedTests": [
{
"id": "teXiuNg4TLL9ioHIct5H",
"startTimeInEpoch": 1696263692,
"finishTimeInEpoch": 1696263713,
"title": "3sec failing",
"status": "failed",
"statusMessage": "error detected: The installation of the app has failed, preventing the execution of the test steps. The app needs to be correctly installed before we can proceed.",
"recording": "https://app.mobileboost.io/recording/jhn7urWc/runs/teXK9ioHIct5H",
"platform": "android",
"device": "pixel7",
"orientation": "portrait",
"os": "13.0",
"coordinates": {},
"locale": "fr_FR",
"tags": [
"test tag"
]
}
],
"blockedTests": [],
"appInfo": "Test App",
"startTimeInEpoch": 1696263663,
"appVersionCode": "1123",
"appVersionName": "2.4.9",
"platform": "android",
"bundle": "com.test.app",
"uploadId": "JbUOAOHLx99O2MYJc0LC",
"trigger": "API",
"metaData": {},
"testSuiteId": "99a7a26d1c914f77916f35ca76291d82"
}Last updated