I have a custom unit test adapter whick can work well on visual studio, but I can't find any test on rider.
How to configure a custom unit test adapter for Rider?
I have a custom unit test adapter whick can work well on visual studio, but I can't find any test on rider.
How to configure a custom unit test adapter for Rider?
Generally you need to enable VSTest adapter support. Depending on the name of your test project, you might also need to add/modify masks for projects tests are being looked in.