-
Notifications
You must be signed in to change notification settings - Fork 0
/
browserstack.json
38 lines (38 loc) · 931 Bytes
/
browserstack.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
{
"auth": {
"username": "",
"access_key": ""
},
"browsers": [
{
"browser": "chrome",
"os": "Windows 10",
"versions": [
"latest"
]
}
],
"run_settings": {
"cypress_config_file": "cypress.config.js",
"project_name": "project-name",
"build_name": "build-name",
"exclude": [],
"parallels": "10",
"npm_dependencies": {
"cypress": "^13.3.2",
"mochawesome": "^7.1.3",
"mocha": "^10.7.3"
},
"package_config_options": {},
"headless": true,
"network_logs": true,
"downloads": ["./mochawesome-report"]
},
"connection_settings": {
"local": false,
"local_identifier": null,
"local_mode": null,
"local_config_file": null
},
"disable_usage_reporting": false
}