Only show the tests currently running and the failed tests #2624
Closed
glehmann
started this conversation in
Feature requests
Replies: 2 comments 4 replies
-
|
We already have a progress bar, but I agree that a view that put currently running tests front and center would be valuable. Some thoughts:
I wouldn't object to a key similar to |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
Released as part of cargo-nextest 0.9.109. Thanks @glehmann! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Motivation
With a large test suite, navigating the complete execution log just to find test failures can be difficult. It might be beneficial to have a view that distinctly shows the failed tests alongside the tests currently in progress.
Proposal
I'd like something like what ninja (or n2) does:
n2-progress.mp4
The system could display currently executing tests in the sequence they were initiated. For tests that take a while, printing their duration alongside their name might be helpful.
Once a test finishes, it would ideally vanish completely if it passes. If a test fails, however, its name and the specific execution details should be logged for review.
An overall progress bar could also provide a visual estimate of the total run's completion status.
Alternatives
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions