Skip to content

Commit

Permalink
Karma conf
Browse files Browse the repository at this point in the history
  • Loading branch information
eserkansozer committed Sep 25, 2020
1 parent d2342c3 commit 397802f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ module.exports = function (config) {
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ['Chrome'],
customLaunchers: {
ChromeHeadlessCI: {
base: 'ChromeHeadless',
flags: ['--no-sandbox']
}
},
singleRun: false,
restartOnFileChange: true
});
Expand Down

0 comments on commit 397802f

Please sign in to comment.