You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to get streaming output? This is very useful for long running tests that may interact with other systems or processes, like test containers. Sometimes something gets stuck that you can spot in logs while test is still running. Xunit supports this (at least in Rider).
If you run via the cli, you should get streaming output. Console output is automatically captured. As for shower in rider while tests are going - I'm not sure how I'd do that? Rider might have to handle that?
I've opened a request with Jetbrains team. They created a ticket, but I think you would need to get some upvotes for them to prioritize:
Thank you for contacting Rider Support.
I've created a corresponding feature request on our bug tracker: RIDER-122726 Streaming output for TUnit
Please upvote it to indicate your interest in the feature and subscribe to further status updates.
Is there a way to get streaming output? This is very useful for long running tests that may interact with other systems or processes, like test containers. Sometimes something gets stuck that you can spot in logs while test is still running. Xunit supports this (at least in Rider).
Sample test
The text was updated successfully, but these errors were encountered: