-
-
Notifications
You must be signed in to change notification settings - Fork 939
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
test: use basic reporter #1763
test: use basic reporter #1763
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #1763 +/- ##
=======================================
Coverage 99.64% 99.64%
=======================================
Files 2340 2340
Lines 242624 242624
Branches 1103 1103
=======================================
Hits 241772 241772
Misses 831 831
Partials 21 21 |
I checked locally and the original error is no longer there on my current device. |
I tried it on my second device as well as dev containers and am no longer able to reproduce the error described in #1635 . |
It's okay anyway, |
This is so great! I can finally run tests locally without specifying the test file ♥ |
closes #1635
This fixes running tests locally
The previous default reporter cleared the console log everytime when to much is going on in the console
But this results in issues with to many tests and it hangs
So this new reporter do what would be done when
CI=true
would be configured and will not clear the screen anymoreIMO this is even a better UX