parent
2c8fcec432
commit
c855c5ddc2
@ -8,7 +8,7 @@ var customLaunchers = {
|
|||||||
'SL_CHROME': {
|
'SL_CHROME': {
|
||||||
base: 'SauceLabs',
|
base: 'SauceLabs',
|
||||||
browserName: 'chrome',
|
browserName: 'chrome',
|
||||||
version: '45'
|
version: '46'
|
||||||
},
|
},
|
||||||
'SL_CHROMEBETA': {
|
'SL_CHROMEBETA': {
|
||||||
base: 'SauceLabs',
|
base: 'SauceLabs',
|
||||||
@ -23,7 +23,7 @@ var customLaunchers = {
|
|||||||
'SL_FIREFOX': {
|
'SL_FIREFOX': {
|
||||||
base: 'SauceLabs',
|
base: 'SauceLabs',
|
||||||
browserName: 'firefox',
|
browserName: 'firefox',
|
||||||
version: '40'
|
version: '42'
|
||||||
},
|
},
|
||||||
'SL_FIREFOXBETA': {
|
'SL_FIREFOXBETA': {
|
||||||
base: 'SauceLabs',
|
base: 'SauceLabs',
|
||||||
@ -69,7 +69,7 @@ var customLaunchers = {
|
|||||||
base: 'SauceLabs',
|
base: 'SauceLabs',
|
||||||
browserName: 'iphone',
|
browserName: 'iphone',
|
||||||
platform: 'OS X 10.10',
|
platform: 'OS X 10.10',
|
||||||
version: '9.0'
|
version: '9.1'
|
||||||
},
|
},
|
||||||
'SL_IE9': {
|
'SL_IE9': {
|
||||||
base: 'SauceLabs',
|
base: 'SauceLabs',
|
||||||
|
@ -41,7 +41,7 @@ module.exports = function(config) {
|
|||||||
recordVideo: false,
|
recordVideo: false,
|
||||||
recordScreenshots: false,
|
recordScreenshots: false,
|
||||||
options: {
|
options: {
|
||||||
'selenium-version': '2.47.1',
|
'selenium-version': '2.48.2',
|
||||||
'command-timeout': 600,
|
'command-timeout': 600,
|
||||||
'idle-timeout': 600,
|
'idle-timeout': 600,
|
||||||
'max-duration': 5400
|
'max-duration': 5400
|
||||||
|
Loading…
x
Reference in New Issue
Block a user