chore(saucelabs): update browser versions

Closes #5336
This commit is contained in:
mlaval 2015-11-17 15:44:00 +01:00 committed by Marc Laval
parent 2c8fcec432
commit c855c5ddc2
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ var customLaunchers = {
'SL_CHROME': {
base: 'SauceLabs',
browserName: 'chrome',
version: '45'
version: '46'
},
'SL_CHROMEBETA': {
base: 'SauceLabs',
@ -23,7 +23,7 @@ var customLaunchers = {
'SL_FIREFOX': {
base: 'SauceLabs',
browserName: 'firefox',
version: '40'
version: '42'
},
'SL_FIREFOXBETA': {
base: 'SauceLabs',
@ -69,7 +69,7 @@ var customLaunchers = {
base: 'SauceLabs',
browserName: 'iphone',
platform: 'OS X 10.10',
version: '9.0'
version: '9.1'
},
'SL_IE9': {
base: 'SauceLabs',

View File

@ -41,7 +41,7 @@ module.exports = function(config) {
recordVideo: false,
recordScreenshots: false,
options: {
'selenium-version': '2.47.1',
'selenium-version': '2.48.2',
'command-timeout': 600,
'idle-timeout': 600,
'max-duration': 5400