-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbotium.json
More file actions
29 lines (29 loc) · 1.25 KB
/
botium.json
File metadata and controls
29 lines (29 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"botium": {
"Capabilities": {
"PROJECTNAME": "WebdriverIO Plugin Sample",
"CLEANUPTEMPDIR": true,
"CONTAINERMODE": "webdriverio",
"WEBDRIVERIO_URL": "https://microsoft.github.io/BotFramework-WebChat/01.getting-started/a.full-bundle/",
"WEBDRIVERIO_OPENBOTPAUSE": 4000,
"WEBDRIVERIO_INPUT_ELEMENT": "[data-id='webchat-sendbox-input']",
"WEBDRIVERIO_OUTPUT_ELEMENT": "//div[(contains(@class,'webchat__stacked-layout__message-row') or contains(@class,'webchat__stacked-layout__attachment-row')) and not(descendant::div[contains(@class,'webchat__bubble--from-user')])]",
"WEBDRIVERIO_OUTPUT_ELEMENT_BUTTONS_NESTED": false,
"WEBDRIVERIO_OUTPUT_ELEMENT_TEXT_NESTED": true,
"WEBDRIVERIO_OUTPUT_ELEMENT_TEXT": "//div[contains(@class,'webchat__bubble__content')]",
"WEBDRIVERIO_OUTPUT_ELEMENT_EXTRA_BUTTONS": "//div[@role='status']//button",
"WEBDRIVERIO_OUTPUT_ELEMENT_HASH": "TEXT",
"WEBDRIVERIO_SCREENSHOTS": "onbotsays",
"WEBDRIVERIO_OUTPUT_ELEMENT_DEBUG_HTML": true,
"WEBDRIVERIO_OPTIONS": {
"capabilities": {
"browserName": "chrome"
},
"hostname": "localhost",
"port": 4444,
"protocol": "http",
"path": "/wd/hub"
}
}
}
}