Hi,
I created unit test cases via MSTest and I am able to generate coverage reports via OpenCover. But don't find any mechanism to get a report which could simply provide details on how many test cases pass and how many fail.
IntelliTest is one option but it can only work till class level and not work for all the test cases.
MSTest.exe via command prompt is one option but it doesn't pick my custom JSON files.
It there any simple way to achieve this via visual studio.