This commit is contained in:
Henry Jameson 2019-11-20 23:03:12 +02:00
parent 7a938b5d1d
commit e47f61c3d3
1 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,9 @@ module.exports = function (config) {
reporters: ['mocha'],
logLevel: 'debug',
browserConsoleLogOptions: {
level: "debug", format: "%b %T: %m", terminal: true
level: "debug",
format: "%b %T: %m",
terminal: true
},
customLaunchers: {
'FirefoxHeadless': {