Skip to content
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

Show how many tests were skipped due to --fail-fast #1172

Closed
novemberborn opened this issue Jan 7, 2017 · 0 comments
Closed

Show how many tests were skipped due to --fail-fast #1172

novemberborn opened this issue Jan 7, 2017 · 0 comments

Comments

@novemberborn
Copy link
Member

With #1160 AVA now prints a reminder when --fail-fast is used and a test fails. It'd be nice if the reminder could include the number of tests that were skipped.

A remainingCount could be computed and included when printing the reminder, as described in #1134 (comment).

As per #1134 (comment) we may not have determined the total number of tests when a failure occurs, so the copy should be something along the lines of "at least 5 tests were skipped".

See also #1171.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant