forked from ExactTarget/fuelux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sauce_browsers.yml
66 lines (54 loc) · 1.08 KB
/
sauce_browsers.yml
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
[
# Docs: https://saucelabs.com/docs/platforms/webdriver
# If you are having trouble with a particular test, you can comment the others out to test just it
{
browserName: "chrome",
platform: "OS X 10.11"
},
{
browserName: "firefox",
platform: "OS X 10.11"
},
# Mac Opera not currently supported by Sauce Labs
{
browserName: "internet explorer",
version: "11",
platform: "Windows 8.1"
},
{
browserName: "internet explorer",
version: "10",
platform: "Windows 8"
},
{
browserName: "internet explorer",
version: "9",
platform: "Windows 7"
},
# Windows 7, IE 8 Not Supported by MC
{
browserName: "chrome",
platform: "Windows 8.1"
},
{
browserName: "firefox",
platform: "Windows 8.1"
},
# Win Opera 15+ not currently supported by Sauce Labs
{
browserName: "iphone",
platform: "OS X 10.11",
version: "7.1"
},
# iOS Chrome not currently supported by Sauce Labs
# Linux (unofficial)
{
browserName: "chrome",
platform: "Linux"
},
{
browserName: "firefox",
platform: "Linux"
}
# Android Chrome not currently supported by Sauce Labs
]