From 7e904c1d15b3718e31554f9d7e6db57ed26febce Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 20 Apr 2014 13:29:01 -0700 Subject: [PATCH] Update tested browsers in sauce. --- test/saucelabs.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/saucelabs.js b/test/saucelabs.js index 595286c24..25aa21636 100644 --- a/test/saucelabs.js +++ b/test/saucelabs.js @@ -67,7 +67,7 @@ maxDuration = getOption('maxDuration', 360), port = ports[Math.min(_.sortedIndex(ports, getOption('port', 9001)), ports.length - 1)], publicAccess = getOption('public', true), - recordVideo = getOption('recordVideo', false), + recordVideo = getOption('recordVideo', true), recordScreenshots = getOption('recordScreenshots', false), runner = getOption('runner', 'test/index.html').replace(/^\W+/, ''), runnerUrl = getOption('runnerUrl', 'http://localhost:' + port + '/' + runner), @@ -86,10 +86,10 @@ /** List of platforms to load the runner on */ var platforms = [ + ['Windows 8.1', 'googlechrome', '34'], ['Windows 8.1', 'googlechrome', '33'], - ['Windows 8.1', 'googlechrome', '32'], + ['Windows 8.1', 'firefox', '28'], ['Windows 8.1', 'firefox', '27'], - ['Windows 8.1', 'firefox', '26'], ['Windows 8.1', 'firefox', '20'], ['Windows 8.1', 'firefox', '3.0'], ['Windows 8.1', 'internet explorer', '11'],