Skip to content

Commit

Permalink
ov-components: Set headless chrome for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Oct 10, 2024
1 parent f309527 commit 5a40ce9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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 5a40ce9

Please sign in to comment.