-
Notifications
You must be signed in to change notification settings - Fork 0
/
browserstack.json
74 lines (69 loc) · 1.02 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"test_path": "browsertest/index.html",
"test_framework": "mocha",
"browsers": [
"chrome_latest",
"chrome_65",
"chrome_64",
"chrome_63",
"chrome_62",
"chrome_61",
"chrome_60",
"chrome_59",
"chrome_58",
"chrome_57",
"chrome_56",
"chrome_55",
"chrome_54",
"chrome_53",
"chrome_52",
"chrome_51",
"chrome_50",
"chrome_49",
"chrome_48",
"chrome_47",
"firefox_latest",
"firefox_59",
"firefox_58",
"firefox_57",
"firefox_56",
"firefox_55",
"firefox_54",
"firefox_53",
"firefox_52",
"firefox_51",
"firefox_50",
"firefox_49",
"firefox_48",
"firefox_47",
"firefox_46",
"firefox_45",
"firefox_44",
"firefox_43",
"firefox_38",
"ie_latest",
"ie_11",
"ie_10",
"ie_9",
"edge_latest",
"edge_16",
"edge_15",
"edge_14",
"opera_latest",
"opera_52",
"opera_51",
"opera_50",
"opera_49",
"opera_48",
"opera_47",
"opera_46",
"opera_45",
"opera_36",
"opera_23",
"safari_latest",
"safari_11",
"safari_10.1",
"safari_9.1",
"safari_8"
]
}