Skip to content

Commit

Permalink
test: use ChromeHeadless in karma tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Oct 14, 2021
1 parent 5798fad commit 2d5f16f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 49 deletions.
47 changes: 0 additions & 47 deletions selenium-server.log

This file was deleted.

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: ['FirefoxHeadless'],
browsers: ['ChromeHeadless'],

//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: ['FirefoxHeadless'],
browsers: ['ChromeHeadless'],
customLaunchers: {
ChromeHeadlessNoSandbox: {
base: 'ChromeHeadless',
Expand Down

0 comments on commit 2d5f16f

Please sign in to comment.