Skip to content

Commit

Permalink
Migrate base Chrome profiles to ChromeHeadless (#2203)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison authored Apr 14, 2020
1 parent f139b51 commit ae5f866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ module.exports = function(config) {
base: 'Safari'
},
Chrome_Stable: {
base: 'Chrome'
base: 'ChromeHeadless'
},
Firefox_Stable: {
base: 'Firefox'
Expand All @@ -99,7 +99,7 @@ module.exports = function(config) {

const customLaunchers = ciLauncher ? {target_browser: ciLauncher} : {
stable_chrome: {
base: 'Chrome'
base: 'ChromeHeadless'
},
stable_firefox: {
base: 'Firefox'
Expand Down

0 comments on commit ae5f866

Please sign in to comment.