azure-devops-test-helper
Version:
Import JSON result with attachments into Azure Test Plan
46 lines (44 loc) • 874 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"automatedStatus": {
"type": "string"
},
"buildId": {
"type": "number"
},
"comment": {
"type": "string"
},
"organizationUrl": {
"type": "string"
},
"override": {
"type": "boolean"
},
"pat": {
"type": "string"
},
"planId": {
"type": "number"
},
"project": {
"type": "string"
},
"runName": {
"type": "string"
},
"suiteId": {
"type": "number"
}
},
"required": [
"organizationUrl",
"pat",
"planId",
"project",
"runName",
"suiteId"
],
"type": "object"
}