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

View File

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