-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrowserstack.json
More file actions
42 lines (42 loc) · 943 Bytes
/
Copy pathbrowserstack.json
File metadata and controls
42 lines (42 loc) · 943 Bytes
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
{
"browsers": [
{
"browser": "chrome",
"os": "Windows 10",
"versions": [
"latest"
]
},
{
"browser": "firefox",
"os": "Windows 10",
"versions": [
"latest"
]
},
{
"browser": "edge",
"os": "Windows 10",
"versions": [
"latest"
]
}
],
"run_settings": {
"cypress_config_file": "./cypress.config.js",
"cypress_version": "10",
"exclude": [],
"parallels": 5,
"npm_dependencies": {
"cypress": "10.8.0",
"strftime": "0.10.1"
},
"package_config_options": {},
"headless": true
},
"connection_settings": {
"local": true,
"local_identifier": "test"
},
"disable_usage_reporting": false
}