Skip to content

Keep a running count of failed tests next to the progress bar #4293

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

Closed
smarter opened this issue Apr 11, 2018 · 0 comments
Closed

Keep a running count of failed tests next to the progress bar #4293

smarter opened this issue Apr 11, 2018 · 0 comments

Comments

@smarter
Copy link
Member

smarter commented Apr 11, 2018

Currently, when running tests, we display a progress bar that looks like this:

[========>                              ] completed (393/1573, 85s)

But nothing here tells you how many tests have failed so far, which can be useful information to decide whether to keep running the tests or abort them early, we could display it like this:

[========>                              ] completed (393/1573, 85s, 10 failed)
allanrenucci added a commit that referenced this issue Apr 11, 2018
Fix #4293: Add a running count of failed tests next to the progress bar
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