-
Notifications
You must be signed in to change notification settings - Fork 38
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 filter: hide regular passing tests, show slow passing tests #158
Comments
Related to #159 (consider time spent in setUp). |
Quirky workaround for one-shot scans of slow tests: |
Hi @radarsh, what do you think about adding a parameter |
Thanks a lot for the new release! This is how I use it in my project:
|
Description
My project has several thousand (unit and integration) tests and I really don't want to see a line for each passing test.
However, there are a few slow tests, and the "slowThreshold" feature is extremely helpful - thank you!
To be able to identify the slow tests, I'd like to see the corresponding output, while the regular (fast) tests are not displayed.
Additional information
Current:
Expected:
The text was updated successfully, but these errors were encountered: