-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Show last run time in humanized format #976
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
Comments
I agree, something like |
Wouldn't we have to continuously update the timestamp? (I assume this is to do with the watcher, right?) |
@novemberborn Good point :) |
I agree having a relative timestamp would be nice, but we'd have to keep it in sync which is a bit more work. |
WE can simple put an interval for 5 seconds initially then then change it to minutes once the last run goes beyond 1 min and then 15 mins (or something else) |
That would involve rewriting all the previous output, which is a nightmare. |
Is there any reason |
The reporter buffer gets reset between test runs, so it can't clear earlier output. TBH I'm also not sure how terminals respond if you remove more lines than are currently displayed. #939 implies a different approach to how we output logs, which could help with this feature request. |
#939 is closed for now. Consequently I don't think we can make changes here anytime soon, so closing this as well. |
As of now (version 0.15.2) ava cli shows the last run time as follows —
2 passed [14:00:46]
Though useful, its not very clear unless someone keeps checking what the current time is and then match it with what's displayed. It would be great if it could say something like —
a few seconds ago
a minute ago
5 minutes ago
and so on.
The text was updated successfully, but these errors were encountered: