Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit d602930

Browse files
Fix IE platform testing
Remove IE 9 from testing on sauce labs because it continues to fail to launch Add IE 13 (edge) to testing on sauce labs to make sure that is supported
1 parent f20fa82 commit d602930

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gulpfile.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ function closeSauceConnect() {
112112
gulp.task('karma-sauce', ['build', 'start-sauce-connect'], function(callback) {
113113
var customLaunchers = geSaLaKaCuLa({
114114
'Windows 7': {
115-
'internet explorer': '9..11',
115+
'internet explorer': '10..11'
116+
},
117+
'Windows 10': {
118+
'internet explorer': '13'
116119
},
117120
'OS X 10.10': {
118121
'chrome': '43..44',

0 commit comments

Comments
 (0)