Webhook
Trigger remote tooling straight out of DoesQA.
Creating a new webhook notification
Name
Description
Schema
{
"status": "passed" | "failed" | "rejected",
"run": {
"runId": string,
"triggerName": string,
"triggerLabel": string
},
"testCases":
{
"attributes": {
"title": string,
"status": string,
"completedAt": string (ISO),
"startedAt": string (ISO),
"flow": {
"title": string,
"video": boolean,
"lighthouse": boolean
},
"steps": {
"status": string,
"startedAt": string (ISO),
"endedAt": string (ISO),
"url": string,
"node": {
"variantType": string,
"comparisonType": string,
"value": string,
"elementType": string,
"elementSelector": string,
"elementTitle": string,
"label": string
}
}[]
}
}[]
}Verifying request came from DoesQA
Last updated