mirror of https://github.com/OpenVidu/openvidu.git
ov-components: Set headless chrome for unit tests
parent
f309527c26
commit
5a40ce9056
|
@ -38,7 +38,7 @@ module.exports = function (config) {
|
|||
colors: true,
|
||||
logLevel: config.LOG_INFO,
|
||||
autoWatch: true,
|
||||
browsers: ['Chrome'],
|
||||
browsers: ['ChromeHeadless'],
|
||||
singleRun: false,
|
||||
restartOnFileChange: true
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue