We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f27e62 commit 2f12378Copy full SHA for 2f12378
test/browser/karma-chrome.conf.js
@@ -24,7 +24,7 @@ module.exports = function (config) {
24
reporters: ['spec'],
25
port: 9876, // karma web server port
26
colors: true,
27
- logLevel: config.LOG_ERROR,
+ logLevel: config.LOG_DEBUG,
28
browsers: ['ChromeHeadless'],
29
autoWatch: false,
30
singleRun: true,
test/browser/karma-firefox.conf.js
browsers: ['FirefoxHeadless'],
0 commit comments