From: paladox Date: Fri, 30 Oct 2015 10:22:42 +0000 (+0000) Subject: Update Gruntfile.js X-Git-Tag: 2.11.0~34^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffb0fa3d9cc403853dadd4c814d5bf1d53a5df4b;p=thirdparty%2Fmoment.git Update Gruntfile.js --- diff --git a/Gruntfile.js b/Gruntfile.js index cfb7dca13..e5b6d623d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -22,6 +22,12 @@ module.exports = function (grunt) { browserName: 'chrome', platform: 'Windows XP' }, + slIe10Win7: { + base: 'SauceLabs', + browserName: 'internet explorer', + platform: 'Windows 7', + version: '10' + }, slIe9Win7: { base: 'SauceLabs', browserName: 'internet explorer', @@ -34,6 +40,18 @@ module.exports = function (grunt) { platform: 'Windows 7', version: '8' }, + slIe11Win10: { + base: 'SauceLabs', + browserName: 'internet explorer', + platform: 'Windows 10', + version: '11' + }, + slME25Win10: { + base: 'SauceLabs', + browserName: 'microsoft edge', + platform: 'Windows 10', + version: '25' + }, slFfLinux: { base: 'SauceLabs', browserName: 'firefox', @@ -44,6 +62,11 @@ module.exports = function (grunt) { browserName: 'safari', platform: 'OS X 10.8' } + slSafariOsx11: { + base: 'SauceLabs', + browserName: 'safari', + platform: 'OS X 10.11' + } } }, server: { @@ -64,8 +87,11 @@ module.exports = function (grunt) { singleRun: true, browsers: [ 'slChromeWinXp', + 'slIe10Win7', 'slIe9Win7', 'slIe8Win7', + 'slIe11Win10', + 'slME25Win10', 'slFfLinux', 'slSafariOsx' ]