Uh oh!
There was an error while loading. Please reload this page.
Fix live output with HotReload - #3983
Conversation
Amaury Levé (Evangelink)
commented
Oct 31, 2024
I would have used the same display as for the regular live output with support for the same options but at least it's fixing the hot reload experience so that's good step forward. |
Jakub Jareš (nohwnd)
commented
Oct 31, 2024
This is using the same display as the normal logger with all the options it has. User can suppress the progress for example by calling with --no-progress. The special methods for hot reload call to the same api as normal run. We just need to NOT call the final completion because user would see Aborted message on ctrl_C and that looked ugly and unexpected. |
Amaury Levé (Evangelink)
commented
Nov 1, 2024
Jakub Jareš (@nohwnd) do we see the passed tests by default or is it just you have enabled the detailed output for the gif? I'd really want for the various modes to have the same view by default to provide consistent experience. |
Amaury Levé (Evangelink)
left a comment
There was a problem hiding this comment.
Branch is not ready for the next iteration, let's not merge now
Uh oh!
There was an error while loading. Please reload this page.
Amaury Levé (Evangelink)
commented
Nov 1, 2024
I think this is also fixing #3831 |
Jakub Jareš (nohwnd)
commented
Nov 4, 2024
Yes the default output is to show passed tests in hotReload mode. |
Jakub Jareš (nohwnd)
commented
Nov 4, 2024
Yes, true. Adding to auto-close. |
Amaury Levé (Evangelink)
commented
Nov 4, 2024
Can we make it to have consistent output in the various mode and don't show passed tests by default (like for a normal run)? |
Amaury Levé (Evangelink)
left a comment
There was a problem hiding this comment.
Approving but would love to have the consistent experience.
Amaury Levé (Evangelink)
left a comment
There was a problem hiding this comment.
Approving but would love to have the consistent experience.
Fix#3831