-
Notifications
You must be signed in to change notification settings - Fork 0
/
browserstack.json
37 lines (37 loc) · 961 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
{
"auth": {
"username": "username_browserstack",
"access_key": "access_key_browserstack"
},
"browsers": [
{
"browser": "chrome",
"os": "Windows 10",
"versions": [
"latest",
"latest-1"
]
}
],
"run_settings": {
"cypress_config_file": "./cypress.config.js",
"cypress_version": "13.latest",
"project_name": "automacao-web-pgats",
"build_name": "build-name",
"exclude": [],
"parallels": 2,
"npm_dependencies": {
"@faker-js/faker": "^8.4.1",
"@testing-library/cypress": "^10.0.2"
},
"package_config_options": {},
"headless": true
},
"connection_settings": {
"local": false,
"local_identifier": null,
"local_mode": null,
"local_config_file": null
},
"disable_usage_reporting": false
}