File tree Expand file tree Collapse file tree 1 file changed +7
-43
lines changed Expand file tree Collapse file tree 1 file changed +7
-43
lines changed Original file line number Diff line number Diff line change @@ -128,29 +128,6 @@ function configureSauceLabs(config) {
128128 } ;
129129
130130 config . customLaunchers = {
131- 'IE-9' : {
132- base : 'SauceLabs' ,
133- platform : 'Windows 7' ,
134- browserName : 'internet explorer' ,
135- version : '9'
136- } ,
137- 'IE-10' : {
138- base : 'SauceLabs' ,
139- platform : 'Windows 7' ,
140- browserName : 'internet explorer' ,
141- version : '10'
142- } ,
143- 'IE-11' : {
144- base : 'SauceLabs' ,
145- platform : 'Windows 7' ,
146- browserName : 'internet explorer' ,
147- version : '11'
148- } ,
149- 'IE-Edge' : {
150- base : 'SauceLabs' ,
151- platform : 'Windows 10' ,
152- browserName : 'microsoftedge'
153- } ,
154131 'Chrome-Latest' : {
155132 base : 'SauceLabs' ,
156133 platform : 'Windows 7' ,
@@ -171,29 +148,16 @@ function configureSauceLabs(config) {
171148 platform : 'OS X 10.10' ,
172149 browserName : 'safari'
173150 } ,
174- 'iOS-8' : {
175- base : 'SauceLabs' ,
176- platform : 'OS X 10.10' ,
177- browserName : 'iphone' ,
178- version : '8'
179- } ,
180- 'iOS-9' : {
181- base : 'SauceLabs' ,
182- platform : 'OS X 10.10' ,
183- browserName : 'iphone' ,
184- version : '9'
185- } ,
186- 'Android-4-4' : {
151+ 'IE-10' : {
187152 base : 'SauceLabs' ,
188- platform : 'Linux ' ,
189- browserName : 'android ' ,
190- version : '4.4 '
153+ platform : 'Windows 7 ' ,
154+ browserName : 'internet explorer ' ,
155+ version : '10 '
191156 } ,
192- 'Android-5 ' : {
157+ 'IE-Edge ' : {
193158 base : 'SauceLabs' ,
194- platform : 'Linux' ,
195- browserName : 'android' ,
196- version : '5'
159+ platform : 'Windows 10' ,
160+ browserName : 'microsoftedge'
197161 }
198162 } ;
199163
You can’t perform that action at this time.
0 commit comments