forked from trinhpham/test-with-gitpod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gondola_browser_stack.json
59 lines (57 loc) · 1.79 KB
/
gondola_browser_stack.json
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
57
58
59
{
"tests": "./built/**/*_test.js",
"timeout": 10000,
"output": "./results",
"helpers": {
"Appium": {
"url": "https://demo.gondolatest.com",
"browser": "chrome",
"hostname" : "hub-cloud.browserstack.com",
"port": 80,
"keepBrowserState": false,
"restart": false,
"keepCookies": false,
"smartWait": 5000,
"timeouts": {
"script": 60000,
"pageLoad": 10000
},
"capabilities": {
"alwaysMatch": {
"os_version" : "10.0",
"device" : "Samsung Galaxy S20",
"browserstack.appium_version" : "1.18.3",
"browserstack.local" : "false",
"browserstack.debug" : "true",
"browserstack.user" : "tiennguyen40",
"browserstack.key" : "n6NUXpsv4TTyyg9fkfZR",
"os" : "android",
"browser": "Android",
"platform" : "ANDROID",
"realMobile" : false,
"browserName" : "chrome",
"version" : "86"
}
}
},
"Mochawesome": {}
},
"include": {},
"bootstrap": false,
"plugins": {
"screenshotOnFail": {
"enabled": true
}
},
"mocha": {
"reporterOptions": {
"reportDir": "results",
"inlineAssets": true,
"timestamp": "isoDateTime",
"reportFilename": "gondola",
"autoOpen": true,
"reportPageTitle": "Gondola Test Result"
}
},
"name": "ts_example"
}