Skip to content

Commit

Permalink
Merge f236594 into d9741b3
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Sep 25, 2020
2 parents d9741b3 + f236594 commit 55e5600
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions karma.conf-sauce.js
Original file line number Diff line number Diff line change
@@ -1,32 +1,34 @@
var _ = require('./');

// Browsers to run on Sauce Labs platforms
// (See https://saucelabs.com/platform/supported-browsers-devices for an
// up-to-date overview of supported versions of browsers and platforms.)
var sauceBrowsers = _.reduce([
['firefox', '35'],
['firefox', '30'],
['firefox', '21'],
['firefox', 'latest'],
['firefox', '60'],
['firefox', '40'],
['firefox', '11'],
['firefox', '4'],
// ['firefox', '4'], // failing due to "not enough arguments"

['chrome', 'latest'],
['chrome', '60'],
['chrome', '40'],
['chrome', '39'],
['chrome', '31'],
['chrome', '26'],

// ['microsoftedge', 'latest', 'Windows 10'],
// ['internet explorer', '11', 'Windows 10'],
// latest Edge as well as pre-Blink versions
['microsoftedge', 'latest', 'Windows 10'],
['microsoftedge', '18', 'Windows 10'],
['microsoftedge', '13', 'Windows 10'],

['internet explorer', 'latest', 'Windows 10'],
['internet explorer', '10', 'Windows 8'],
['internet explorer', '9', 'Windows 7'],

// Currently disabled due to karma-sauce issues
// ['internet explorer', '8'],
// ['internet explorer', '7'],
// ['internet explorer', '6'],
// Older versions of IE no longer supported by Sauce Labs

//['android', 'latest']

['safari', '8.0', 'OS X 10.10'],
['safari', '7'],
['safari', 'latest', 'macOS 10.15'],
['safari', '12', 'macOS 10.14'],
['safari', '11', 'macOS 10.13'],
['safari', '8', 'OS X 10.10'],

], function(memo, platform) {
// internet explorer -> ie
Expand Down

0 comments on commit 55e5600

Please sign in to comment.