karma-runner / grunt-karma

Grunt plugin for Karma.
MIT License
468 stars 116 forks source link

overwriting karma captureConsole setting #128

Open madfiles opened 10 years ago

madfiles commented 10 years ago

The system is using karma's default settings and there is no way of changing then. grunt-karma.js

_.defaults(options.client, {
    args: [],
    useIframe: true,
    captureConsole: true
});

I would like to have captureConsole set to false and have set that in both karma and grunt but the settings are ignored.