-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrowserstack.json
More file actions
43 lines (39 loc) · 1.08 KB
/
browserstack.json
File metadata and controls
43 lines (39 loc) · 1.08 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
{
"auth": {
"username": "<username>",
"access_key": "<password>"
},
"browsers": [
{
"browser": "chrome",
"os": "Windows 10",
"versions": [
"latest"
]
}
],
"run_settings": {
"cypress_config_file": "cypress.json",
"project_name": "project-name",
"build_name": "build-name1",
"exclude": [],
"parallels": "Here goes the number of parallels you want to run",
"npm_dependencies": {
"cypress-visual-regression": "^1.5.7",
"@cypress/snapshot": "^2.1.7",
"cypress-image-snapshot": "^4.0.1",
"cypress-plugin-snapshots": "^1.4.4",
"cypress-wait-until": "^1.7.1"
},
"package_config_options": {},
"cypress_version": "6",
"headless": true
},
"connection_settings": {
"local": false,
"local_identifier": "localTestingon",
"local_mode": "always-on",
"local_config_file":"local.yml"
},
"disable_usage_reporting": false
}