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