ov-components: Set headless chrome for unit tests

dependabot/npm_and_yarn/openvidu-testapp/elliptic-6.6.0
Carlos Santos 2024-10-10 20:39:16 +02:00
parent f309527c26
commit 5a40ce9056
1 changed files with 1 additions and 1 deletions

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
});