-
Notifications
You must be signed in to change notification settings - Fork 5.5k
/
browserstack.json
46 lines (46 loc) · 1.13 KB
/
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
39
40
41
42
43
44
45
46
{
"test_path": "test/javascript/index.html",
"test_framework": "mocha",
"exit_with_fail": true,
"browsers": [
"chrome_latest",
"chrome_previous",
"firefox_latest",
"firefox_previous",
"safari_latest",
"safari_previous",
"opera_latest",
"opera_previous",
"edge_latest",
"edge_previous",
"ie_11",
{
"browser": "iphone",
"os": "ios",
"os_version": "14",
"device": "iPhone 12 Pro Max",
"real_mobile": "true"
},
{
"browser": "iphone",
"os": "ios",
"os_version": "13",
"device": "iPhone 11",
"real_mobile": "true"
},
{
"os": "android",
"browser": "android",
"os_version": "11.0",
"device": "Google Pixel 5",
"real_mobile": "true"
},
{
"browser": "android",
"os": "android",
"os_version": "6.0",
"device": "Google Nexus 6",
"real_mobile": "true"
}
]
}