You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/grunt/utils.js
+26-26
Original file line number
Diff line number
Diff line change
@@ -78,35 +78,36 @@ var util = module.exports = {
78
78
base: 'SauceLabs',
79
79
browserName: 'firefox'
80
80
},
81
-
'SL_Safari_5': {
81
+
'SL_Safari_7': {
82
82
base: 'SauceLabs',
83
83
browserName: 'safari',
84
-
version: '5'
84
+
platform: 'Mac 10.9',
85
+
version: '7'
85
86
},
86
-
'SL_Safari_6': {
87
+
'SL_Safari_8': {
87
88
base: 'SauceLabs',
88
89
browserName: 'safari',
89
-
platform: 'Mac 10.8',
90
-
version: '6'
90
+
platform: 'Mac 10.10',
91
+
version: '8'
91
92
},
92
-
'SL_Safari_7': {
93
+
'SL_Safari_9': {
93
94
base: 'SauceLabs',
94
95
browserName: 'safari',
95
-
platform: 'Mac 10.9',
96
-
version: '7'
96
+
platform: 'Mac 10.11',
97
+
version: '9'
98
+
},
99
+
'SL_Safari_10': {
100
+
base: 'SauceLabs',
101
+
browserName: 'safari',
102
+
platform: 'Mac 10.12',
103
+
version: '10'
104
+
},
105
+
'SL_Safari_11': {
106
+
base: 'SauceLabs',
107
+
browserName: 'safari',
108
+
platform: 'Mac 10.12',
109
+
version: '11'
97
110
},
98
-
// 'SL_IE_8_XP': {
99
-
// base: 'SauceLabs',
100
-
// browserName: 'internet explorer',
101
-
// platform: 'Windows XP',
102
-
// version: '8'
103
-
// },
104
-
// 'SL_IE_8': {
105
-
// base: 'SauceLabs',
106
-
// browserName: 'internet explorer',
107
-
// platform: 'Windows 7',
108
-
// version: '8'
109
-
// },
110
111
'SL_IE_9': {
111
112
base: 'SauceLabs',
112
113
browserName: 'internet explorer',
@@ -126,6 +127,11 @@ var util = module.exports = {
126
127
platform: 'Windows 8.1',
127
128
version: '11'
128
129
},
130
+
'SL_MicrosoftEdge': {
131
+
base: 'SauceLabs',
132
+
browserName: 'MicrosoftEdge',
133
+
platform: 'Windows 10'
134
+
},
129
135
130
136
// NOTE (mportuga): Currently android keeps failing. It might be a change to Sauce Labs to use Appium instead of selenium
131
137
// 'SL_Android_4.4': {
@@ -140,12 +146,6 @@ var util = module.exports = {
140
146
// platform: 'Linux',
141
147
// version: '5.0'
142
148
// },
143
-
'SL_Linux_Opera': {
144
-
base: 'SauceLabs',
145
-
browserName: 'opera',
146
-
platform: 'Linux',
147
-
version: '12'
148
-
},
149
149
150
150
// NOTE (c0bra): Currently both iOS 6 and 7 will run (w/ a 45 second activity timeout) and the tests pass, but after that the session just hangs indefinitely -- 20140320
0 commit comments