-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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 Html pending #803
Add Html pending #803
Conversation
👍 This is a very useful feature. In my team, we have a policy of writing the test "skeletons" (pending tests) at the beginning of every sprint, based on our QA team's test cases. At the end of the sprint, if any pending tests remain, the feature is not considered complete. With over a thousand assertions in our suite, it's not feasible to manually scroll through the report to find the pending specs. Being able to filter in the HTML report is the way to go. Just tested this PR locally and it worked like a charm. Thanks, @mazerte ! |
Why was this code removed in 1411826? Are y'all planning on adding it back in next release? |
@visionmedia / @travisjeffery : Was support for pending tests in the HTML report mistakenly removed? It was merged here and then removed without explanation. |
@travisjeffery : it was removed here: 1411826#diff-037110b12e45b56f6f5c48b9cf213ab6L2317 |
Hmm I'm not sure. I think @visionmedia may have just made a merge mistake or something. |
@travisjeffery thanks for looking. Would it be easiest for me to just open a new PR? Or would you suggest another approach? |
@geekdave sure that'd be great. new pr's good. |
Hi,
I add pending test in header of html reporter.
It's relative too this issues #68
Bye,
mäzèrté