Skip to content

Commit 0cdf4e9

Browse files
Portugal, Marcelomportuga
Portugal, Marcelo
authored andcommitted
fix(utils.js): Update browser setting based on changes to SauceLabs.
1 parent bcbd843 commit 0cdf4e9

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

lib/grunt/utils.js

+26-26
Original file line numberDiff line numberDiff line change
@@ -78,35 +78,36 @@ var util = module.exports = {
7878
base: 'SauceLabs',
7979
browserName: 'firefox'
8080
},
81-
'SL_Safari_5': {
81+
'SL_Safari_7': {
8282
base: 'SauceLabs',
8383
browserName: 'safari',
84-
version: '5'
84+
platform: 'Mac 10.9',
85+
version: '7'
8586
},
86-
'SL_Safari_6': {
87+
'SL_Safari_8': {
8788
base: 'SauceLabs',
8889
browserName: 'safari',
89-
platform: 'Mac 10.8',
90-
version: '6'
90+
platform: 'Mac 10.10',
91+
version: '8'
9192
},
92-
'SL_Safari_7': {
93+
'SL_Safari_9': {
9394
base: 'SauceLabs',
9495
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'
97110
},
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-
// },
110111
'SL_IE_9': {
111112
base: 'SauceLabs',
112113
browserName: 'internet explorer',
@@ -126,6 +127,11 @@ var util = module.exports = {
126127
platform: 'Windows 8.1',
127128
version: '11'
128129
},
130+
'SL_MicrosoftEdge': {
131+
base: 'SauceLabs',
132+
browserName: 'MicrosoftEdge',
133+
platform: 'Windows 10'
134+
},
129135

130136
// NOTE (mportuga): Currently android keeps failing. It might be a change to Sauce Labs to use Appium instead of selenium
131137
// 'SL_Android_4.4': {
@@ -140,12 +146,6 @@ var util = module.exports = {
140146
// platform: 'Linux',
141147
// version: '5.0'
142148
// },
143-
'SL_Linux_Opera': {
144-
base: 'SauceLabs',
145-
browserName: 'opera',
146-
platform: 'Linux',
147-
version: '12'
148-
},
149149

150150
// 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
151151
// 'SL_iOS_6': {

0 commit comments

Comments
 (0)