Skip to content

Commit

Permalink
make angular tests run headless
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Sep 5, 2023
1 parent 208b5d2 commit 29f0225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = function (config) {
colors: true,
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ['Chrome'],
browsers: ['ChromeHeadless'],
singleRun: false,
restartOnFileChange: true
});
Expand Down

0 comments on commit 29f0225

Please sign in to comment.