-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbotium-browserstack.json
More file actions
56 lines (56 loc) · 1.98 KB
/
botium-browserstack.json
File metadata and controls
56 lines (56 loc) · 1.98 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"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",
"bstack:options": {
"browserVersion": "120.0",
"os": "Windows",
"osVersion": "10",
"consoleLogs": "info",
"networkLogs": true,
"projectName": "Botium tests",
"buildName": "BotBuilder Webchat"
},
"goog:chromeOptions": {
"args": [
"- --start-maximized"
]
}
},
"user": "BROWSERSTACK_USERNAME",
"key": "BROWSERSTACK_ACCESS_KEY",
"hostname": "hub.browserstack.com",
"protocol": "https",
"path": "/wd/hub",
"port": 443,
"services": [
[
"browserstack",
{
"browserstackLocal": false,
"opts": {
"forcelocal": false
}
}
]
]
}
}
}
}