Set Chrome version to 62.0 in SauceLab config

This commit is contained in:
Frederic Junod
2017-12-14 10:13:55 +01:00
parent 061e0b6618
commit 6451d37570

View File

@@ -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',