]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update Gruntfile.js
authorpaladox <paladox@users.noreply.github.com>
Fri, 30 Oct 2015 10:22:42 +0000 (10:22 +0000)
committerIskren Chernev <iskren.chernev@gmail.com>
Tue, 10 Nov 2015 08:45:25 +0000 (00:45 -0800)
Gruntfile.js

index cfb7dca13e24deb9dd4a6c694f9a1b3069818302..e5b6d623dbcdd6f061f268f0b909523a97c3884d 100644 (file)
@@ -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'
                 ]