-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to surpress console.log #744
Comments
That might be |
Can this be set in the config? I added captureConsole: false and it did not work. I also grepped the 0.11.9 code and there's no reference to captureConsole. |
This is not implemented yet, this issue is a feature request. This is however pretty simple to implement. Anybody willing to give it a try? |
This adds the client config option which controls if the console output in the client is captured. Fixes karma-runner#744.
is it possible to only suppress console.warn? |
You could probably use |
When I run my e2e tests with PhantomJS over Karma I see lots of console outputs. They are good for development but I do not want to pollute my screen with them while running tests.
Can you please add an option to suppress
console.log
?The text was updated successfully, but these errors were encountered: