diff --git a/karma.conf.js b/karma.conf.js index dd84a05..e8b05b3 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -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'