-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Greetings! Thanks for the wonderful library!
I was wondering if there is a way to stream output while a test is running (more specifically, streaming stderr). It would be very helpful to track progress and get details of what is currently running, particularly with long-running tests, especially in CI where it's difficult to tail files.
I did put up a sample commit of one way to do this, but it's a bit invasive: df2e9dc
Anyway, opening issue for discussion before a PR to see if you've given this thought and if there's a good way to do it.
Thanks again!