Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[F.Rq.] Show skipped test (Assert.Inconclusive) stacktraces in yellow instead of red #46492

Open
YoshiRulz opened this issue Feb 4, 2025 · 0 comments
Labels
Area-DotNet Test untriaged Request triage from a team member

Comments

@YoshiRulz
Copy link

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 use Assert.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

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-DotNet Test untriaged Request triage from a team member labels Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-DotNet Test untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

1 participant