-
Improvement
-
Resolution: Won't Do
-
Minor
-
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.