diff --git a/test/karma.conf.js b/test/karma.conf.js index 362ffeae2e77..8ca7c3338aea 100644 --- a/test/karma.conf.js +++ b/test/karma.conf.js @@ -86,7 +86,13 @@ module.exports = (config) => { captureTimeout: 120000, browsers: ['Chrome_1024x768'], - singleRun: false + singleRun: false, + + browserConsoleLogOptions: { + terminal: true, + level: 'log' + } + }); if (process.env['TRAVIS']) {