forked from fponticelli/thx.core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sauce-browsers.json
38 lines (31 loc) · 2.48 KB
/
.sauce-browsers.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
[
{ "browserName": "android", "version": "4.0", "platform": "Linux", "device-orientation": "portrait" },
{ "browserName": "android", "version": "4.1", "platform": "Linux", "device-orientation": "portrait" },
{ "browserName": "android", "version": "4.2", "platform": "Linux", "device-orientation": "portrait" },
{ "browserName": "android", "version": "4.3", "platform": "Linux", "device-orientation": "portrait" },
{ "browserName": "android", "version": "4.4", "platform": "Linux", "device-orientation": "portrait" },
{ "browserName": "firefox", "version": "31", "platform": "Windows 7" },
{ "browserName": "firefox", "version": "32", "platform": "Windows 7" },
{ "browserName": "firefox", "version": "33", "platform": "Windows 8.1" },
{ "browserName": "firefox", "version": "34", "platform": "Windows 8.1" },
{ "browserName": "firefox", "version": "beta", "platform": "Windows 8.1" },
{ "browserName": "chrome", "version": "36", "platform": "Windows 7" },
{ "browserName": "chrome", "version": "37", "platform": "Windows 7" },
{ "browserName": "chrome", "version": "38", "platform": "Windows 7" },
{ "browserName": "chrome", "version": "39", "platform": "Windows 8.1" },
{ "browserName": "chrome", "version": "beta", "platform": "Windows 8.1" },
{ "browserName": "internet explorer", "version": "8", "platform": "Windows 7" },
{ "browserName": "internet explorer", "version": "9", "platform": "Windows 7" },
{ "browserName": "internet explorer", "version": "10", "platform": "Windows 8" },
{ "browserName": "internet explorer", "version": "11", "platform": "Windows 8.1" },
{ "browserName": "iphone", "version": "6.1", "platform": "OS X 10.9", "device-orientation": "portrait" },
{ "browserName": "iphone", "version": "7", "platform": "OS X 10.9", "device-orientation": "portrait" },
{ "browserName": "iphone", "version": "7.1", "platform": "OS X 10.9", "device-orientation": "portrait" },
{ "browserName": "iphone", "version": "8", "platform": "OS X 10.9", "device-orientation": "portrait" },
{ "browserName": "iphone", "version": "8.1", "platform": "OS X 10.9", "device-orientation": "portrait" },
{ "browserName": "opera", "version": "11", "platform": "Windows 7" },
{ "browserName": "opera", "version": "12", "platform": "Windows 7" },
{ "browserName": "safari", "version": "6", "platform": "OS X 10.8" },
{ "browserName": "safari", "version": "7", "platform": "OS X 10.9" },
{ "browserName": "safari", "version": "8", "platform": "OS X 10.10" }
]