Set Chrome version to 62.0 in SauceLab config
This commit is contained in:
@@ -68,7 +68,8 @@ module.exports = function(karma) {
|
||||
const customLaunchers = {
|
||||
SL_Chrome: {
|
||||
base: 'SauceLabs',
|
||||
browserName: 'chrome'
|
||||
browserName: 'chrome',
|
||||
version: '62.0'
|
||||
},
|
||||
SL_Firefox: {
|
||||
base: 'SauceLabs',
|
||||
|
||||
Reference in New Issue
Block a user