-
Type:
Improvement
-
Resolution: Won't Do
-
Priority:
Minor
-
Component/s: dotnet-sdk-plugin
-
Environment:Jenkins 2.387.2, dotnet-sdk-plugin 1.0.4
The plugin is currently equivalent to running e.g. `dotnet test` from command line.Â
I.e. I cannot see on the build page how many tests were run, and if some failed, which ones.Â
This means I have to look at the console output to determine what failed, which is quite cumbersome.Â
It would be good to display the test results like for JUnit tests.Â