devlooped / dotnet-trx

Pretty-print test results from trx files
MIT License
33 stars 1 forks source link

Make macOS version description more palatable #17

Closed kzu closed 2 months ago

kzu commented 2 months ago

So that instead of this:

image

we get a simpler macOS [version] 🙄

kzu commented 2 months ago

Another review comment here

kzu commented 2 months ago

2 failed 5 passed 2 failed 1 skipped

:test_tube: Details on Microsoft Windows 10.0.22631
:x: Demo.Tests.Fails_With_Complex_StackTrace > ```csharp > at Demo.Tests.Unexpected() in Tests.cs:line 43 > at Demo.Tests.Run() in Tests.cs:line 41 > at Demo.Tests.b__6_0() in Tests.cs:line 36 > at Demo.Tests.Fails_With_Complex_StackTrace() in Tests.cs:line 38 > ```
:x: Demo.Tests.Fails_With_Output > ```csharp > at Demo.Tests.Fails_With_Output() in Tests.cs:line 30 > ``` > > It was going so well... > > Yet you never know > > Which is why you sprinkle all these WriteLines :eyes:
:white_check_mark: Demo.Tests.Parameterized(culture: "de") :white_check_mark: Demo.Tests.Parameterized(culture: "en") :white_check_mark: Demo.Tests.Parameterized(culture: "es") :white_check_mark: Demo.Tests.Parameterized(culture: "fr") :grey_question: Demo.Tests.Skipped_Test_Does_Not_Run => Shouldn't run for now :)
:white_check_mark: Demo.Tests.Test_With_Output > > Hello, world from xunit ITestOutputHelper!

from dotnet-trx on .NET 8.0.5 with :purple_heart: