This commit is contained in:
Henry Jameson 2019-11-20 22:43:13 +02:00
parent 370494fd87
commit c6c5b322d7
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ module.exports = function (config) {
browsers: ['FirefoxHeadless'],
frameworks: ['mocha', 'sinon-chai'],
reporters: ['mocha'],
logLevel: 'debug',
browserConsoleLogOptions: {
level: "debug", format: "%b %T: %m", terminal: true
},
customLaunchers: {
'FirefoxHeadless': {
base: 'Firefox',