debug
This commit is contained in:
parent
370494fd87
commit
c6c5b322d7
|
@ -56,6 +56,10 @@ module.exports = function (config) {
|
||||||
browsers: ['FirefoxHeadless'],
|
browsers: ['FirefoxHeadless'],
|
||||||
frameworks: ['mocha', 'sinon-chai'],
|
frameworks: ['mocha', 'sinon-chai'],
|
||||||
reporters: ['mocha'],
|
reporters: ['mocha'],
|
||||||
|
logLevel: 'debug',
|
||||||
|
browserConsoleLogOptions: {
|
||||||
|
level: "debug", format: "%b %T: %m", terminal: true
|
||||||
|
},
|
||||||
customLaunchers: {
|
customLaunchers: {
|
||||||
'FirefoxHeadless': {
|
'FirefoxHeadless': {
|
||||||
base: 'Firefox',
|
base: 'Firefox',
|
||||||
|
|
Loading…
Reference in New Issue