Run Test Bot
Run test bot using configuration
input: jwtToken: string
input: testBotConfiguration: striginfied JSON {
"name": string
"testBotId": string
"executionConfiguration": {
"baseUrl": string
"browser": string
"browserVersion": string
"closeBrowserAfterEachExecution": boolean,
"customProperties": Array<{
"customPropertyId": string
"name": string
"value": string
}>
"type": string
"gridId": string
"excludeToBeRepairedTest": boolean,
"gridUrl": string
"gridUrlForExecution": string
"osType": string
"resolution": string
"screenshotAfterEachStep": boolean,
"screenshotOnError": boolean,
"screenshotOnFinish": boolean,
"timeout": number,
"waitForElementTimeout": number
}
}
| |