debug
This commit is contained in:
parent
370494fd87
commit
c6c5b322d7
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue