forked from google/closure-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sauce_browsers.json
47 lines (47 loc) · 1.18 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
39
40
41
42
43
44
45
46
47
[
{
"browserName" : "firefox",
"platform" : "Linux",
"version": "40.0"
},
{
"browserName" : "chrome",
"platform" : "Linux"
},
{
"browserName" : "internet explorer",
"version" : "11.0",
"platform" : "Windows 7",
"timeZone": "Pacific",
"prerun": {
"executable": "https://raw.githubusercontent.com/google/closure-library/master/scripts/ci/ie_setup.bat"
}
},
{
"browserName" : "internet explorer",
"version" : "10.0",
"timeZone": "Pacific",
"platform" : "Windows 7",
"prerun": {
"executable": "https://raw.githubusercontent.com/google/closure-library/master/scripts/ci/ie_setup.bat"
}
},
{
"browserName" : "internet explorer",
"version" : "9.0",
"platform" : "Windows 7",
"timeZone": "Pacific",
"prerun": {
"executable": "https://raw.githubusercontent.com/google/closure-library/master/scripts/ci/ie_setup.bat"
}
},
{
"browserName" : "internet explorer",
"version" : "8.0",
"platform" : "Windows 7",
"timeZone": "Pacific",
"prerun": {
"executable": "https://raw.githubusercontent.com/google/closure-library/master/scripts/ci/ie_setup.bat"
}
}
]