ov-components: Set headless chrome for unit tests

This commit is contained in:
Carlos Santos 2024-10-10 20:39:16 +02:00
parent f309527c26
commit 5a40ce9056

View File

@ -38,7 +38,7 @@ module.exports = function (config) {
colors: true,
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ['Chrome'],
browsers: ['ChromeHeadless'],
singleRun: false,
restartOnFileChange: true
});