sdk
sdk copied to clipboard
Add test counts to per-assembly summaries
Is your feature request related to a problem? Please describe.
In MTP dotnet test output, add the counts of passed / failed and skipped tests to each assembly summary, to have overview of how many tests passed / failed / skipped in each assembly.
https://github.com/microsoft/testfx/issues/7056#issuecomment-3626053210
I think it should be reported per assembly/framework combination.
Yeah that is the plan, it is per produced dll, so in multi-targetting build per tfm+project (and architecture) combination. Sorry it was obvious to me, but not obvious from the text.