Testing Platform overwriting/removing user console output #4425
Labels
Area: Terminal reporter
Area: Testing Platform
Belongs to the Microsoft.Testing.Platform core library
Using TUnit, I created this simple test suite:
If you just do a
dotnet run
on the CLI, you'll have to be quick, but when it starts to show "BeforeAssembly started", you'll see it render really quickly, but then it'll be removed and overwritten by the rendering of the[✓0/x0/↓0] ConsoleApp5.dll (net9.0|x64)
.I guess this is related to the new interactive output and showing running tests etc. But overwriting user output means they may lose visibility of important information.
The text was updated successfully, but these errors were encountered: