Skip to content

Commit

Permalink
chore(Saucelabs): test on IE9, IE10 and IE11.
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jan 17, 2017
1 parent eac6f3c commit 6084267
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,24 @@ function addSauceTests (cfg) {
cfg.reporters.push('saucelabs');

cfg.customLaunchers = {
ie11: {
base: 'SauceLabs',
browserName: 'internet explorer',
platform: 'Windows 8.1',
version: '11.0'
},
ie10: {
base: 'SauceLabs',
browserName: 'internet explorer',
platform: 'Windows 8',
version: '10.0'
},
ie9: {
base: 'SauceLabs',
browserName: 'internet explorer',
platform: 'Windows 7',
version: '9.0'
},
ie8: {
base: 'SauceLabs',
browserName: 'internet explorer',
Expand Down

0 comments on commit 6084267

Please sign in to comment.