-
Notifications
You must be signed in to change notification settings - Fork 292
Open
Labels
Description
Summary
Expose functionality to allow test frameworks to stream live output from tests to IDEs
Background and Motivation
Currently if I am running a long running test, I have no idea what it's doing. I may have Console.WriteLine statements frequently throughout it, but I will never see them until the test completes. This means it's hard to know what my test is actually doing if using an IDE.
Proposed Feature
Expose a way to stream logs to IDEs. Perhaps something like a TestNodeOutputMessage or something that we can push to the message bus?
Alternative Designs
🤷♂️
Reactions are currently unavailable