[F.Rq.] Show skipped test (Assert.Inconclusive
) stacktraces in yellow instead of red
#46492
Labels
Assert.Inconclusive
) stacktraces in yellow instead of red
#46492
Is your feature request related to a problem? Please describe.
I have a couple projects where
dotnet test
takes far more than a minute, so I can't focus on the output the whole time. It's convenient that failed tests have a stacktrace printed in red so they stand out. But these projects also useAssert.Inconclusive
in multiple ways, and those skipped tests appear just like failures at a glance. Obviously I can log to disk and grep, but I can imagine scenarios where I could abort test execution and quickly fix something if I noticed a single failure amongst skipped tests.Describe the solution you'd like
Colour the stacktrace the same as the status: red for failures, yellow for skipped.
Additional context
N/A
The text was updated successfully, but these errors were encountered: