-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add ability to fail on console errors #321
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## next #321 +/- ##
=======================================
Coverage 76.66% 76.66%
=======================================
Files 11 11
Lines 180 180
Branches 40 40
=======================================
Hits 138 138
Misses 42 42
☔ View full report in Codecov by Sentry. |
Hey @work933k I love this contribution. Thank you so much! I worked a little on top of it to make sure the errors are properly logged, that we test this in CI as well as renamed it to
But for now only errors makes sense to me! Thanks once again <3 |
🚀 PR was released in |
Hi,
This Pull-Requests adds browser-console error-checking to the test-runner. To have this as a command-line parameter is much easier than having to eject the configuration.
The feature is non-breaking implemented. Not providing
--checkConsole
should keep functionality as-is.Hopefully you'll consider merging this Pull-Request..
Thanks in advance!
Version
Published prerelease version:
v0.13.0-next.2
Changelog
🚀 Enhancement
🐛 Bug Fix
Authors: 3