Migrate base Chrome profiles to ChromeHeadless (#2203)

This commit is contained in:
James Addison 2020-04-14 11:15:13 +01:00 committed by GitHub
parent f139b513c5
commit ae5f866b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ module.exports = function(config) {
base: 'Safari'
},
Chrome_Stable: {
base: 'Chrome'
base: 'ChromeHeadless'
},
Firefox_Stable: {
base: 'Firefox'
@ -99,7 +99,7 @@ module.exports = function(config) {
const customLaunchers = ciLauncher ? {target_browser: ciLauncher} : {
stable_chrome: {
base: 'Chrome'
base: 'ChromeHeadless'
},
stable_firefox: {
base: 'Firefox'