-
-
Notifications
You must be signed in to change notification settings - Fork 766
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
Less verbose/clearer output for pending spec #2956
Comments
I feel your pain. |
A shorter backtrace option for reporting pending specs is certainly something we can do, and could even make it opt-in before releasing 4.0.0 |
One workaround is to just hide that confusing and verbose |
Yeah that would be nice and much less hacky if it has the same effect (my understanding is yes). |
Do you know if there is a way I get notified when there is a release containing this change? |
Not sure, I try to go back and mention on issues when doing releases but thats obviously down to remembering to do it 😂 |
Subject of the issue
Currently, pending failures are by default shown in a very verbose way, showing the full backtrace and being very difficult to differentiate from real failures (even more so in CI output with no coloring).
Here is an example from https://github.com/rspec/rspec-mocks/runs/6129989849?check_suite_focus=true.
I only post 1 pending (out of 17) otherwise it's near impossible to actually find failures:
(I'm investigating the actual failure)
Your environment
Expected behavior
I think pending specs should be shown much more succintly, probably only a single line per pending spec and be trivial to differentiate visually from real failures.
I have been confused multiple times by this and I'm sure others as well.
The text was updated successfully, but these errors were encountered: