-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Horizontal rule between successful runs with logs #1917
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
What do you mean by "log"? I think it may be less confusing if you use verbose mode, IIRC that always writes the separator. But maybe this makes sense for the default mode. It's just that the reporters are a bit of a mess. |
I mean |
Yea, makes sense. I tried to figure out how this stuff currently works and I couldn't in a reasonable amount of time. Will add the appropriate labels and leave this open, but it may be something to be done as part of #1776. |
@IssueHunt has funded $40.00 to this issue.
|
I think you can only wrap your logged object in a couple of rulers:
|
Also we cannot fix this since t.log() is broken for mini reporter: #2201 |
@novemberborn You referenced this issue in #2217, but it seems like this enhancement isn't related to #2217, isn't it? I feel like this issue should be marked as blocked, since we cannot work on this issue, as long we haven't closed #2217. |
@Michael55555 sure, thanks. |
Both due to the age of this issue, and the state of our reporters, I've decided to roll this into #2501. |
In watch mode, if you log something in your code while working on tests, it will look like this:
On the next run it will look like this:
This is okay for small values like
'logged value'
, but when you are logging lots of things including large objects it would be nice for some visual separation.What if AVA added another horizontal rule in between sets of logs?
This would make it much more clear what run the logs were from.
The text was updated successfully, but these errors were encountered: