Skip to content

Commit

Permalink
test: switch back to chrome headless in karma tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Oct 14, 2021
1 parent f35d4a1 commit 9b57c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = function (config) {

//list of browsers to launch and capture
//browsers: ['Chrome'/*,'PhantomJS','Firefox','Edge','ChromeCanary','Opera','IE','Safari','FirefoxHeadless'*/],
browsers: ['ChromeHeadless'],
browsers: ['FirefoxHeadless'],

//list of reporters to use
reporters: ['mocha', 'kjhtml','coverage' /*,'dots','progress','spec'*/],
Expand Down
2 changes: 1 addition & 1 deletion test/integration/karma.debug.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = function (config) {

//list of browsers to launch and capture
//browsers: ['Chrome'/*,'PhantomJS','Firefox','Edge','ChromeCanary','Opera','IE','Safari'*/],
browsers: ['ChromeHeadless'],
browsers: ['FirefoxHeadless'],
customLaunchers: {
ChromeHeadlessNoSandbox: {
base: 'ChromeHeadless',
Expand Down

0 comments on commit 9b57c08

Please sign in to comment.