From f0a3058c4dbd7ab5dc101a721e19a5b0b34ac59e Mon Sep 17 00:00:00 2001 From: alexweissman Date: Mon, 23 Oct 2017 18:40:07 -0400 Subject: [PATCH] set platform for all browsers in grunt-saucelabs tests --- Gruntfile.js | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 805ea477..9daaab5a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -135,19 +135,24 @@ module.exports = function (grunt) { browsers: [ { browserName: 'internet explorer', - version: '8' + version: '8', + platform: 'Windows 7' }, { browserName: 'internet explorer', - version: '9' + version: '9', + platform: 'Windows 7' }, { browserName: 'internet explorer', - version: '10' + version: '10', + platform: 'Windows 7' }, + { browserName: 'internet explorer', - version: '11' + version: '11', + platform: 'Windows 10' }, { @@ -156,7 +161,8 @@ module.exports = function (grunt) { }, { - browserName: 'chrome' + browserName: 'chrome', + platform: 'linux' }, {