Skip to content

Commit

Permalink
Updated the browsers that are tested
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorik Kraaikamp committed Jul 17, 2017
1 parent cc75026 commit 8880763
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,42 @@ module.exports = function(config) {
base: 'SauceLabs',
browserName: 'chrome',
platform: 'Windows 7',
version: '35'
version: '58'
},
sl_chrome_2: {
base: 'SauceLabs',
browserName: 'chrome',
platform: 'Windows 7',
version: '57'
},
sl_edge: {
base: 'SauceLabs',
browserName: 'edge',
platform: 'Windows 7',
version: '15'
},
sl_edge_2: {
base: 'SauceLabs',
browserName: 'edge',
platform: 'Windows 7',
version: '14'
},
sl_safari: {
base: 'SauceLabs',
browserName: 'safari',
platform: 'macOS 10.12',
version: '10'
},
sl_safari_2: {
base: 'SauceLabs',
browserName: 'safari',
platform: 'macOS 10.11',
version: '9'
},
sl_firefox: {
base: 'SauceLabs',
browserName: 'firefox',
version: '30'
version: '54'
},
sl_ie_11: {
base: 'SauceLabs',
Expand Down

0 comments on commit 8880763

Please sign in to comment.