0

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?

Lex Li
  • 60,503
  • 9
  • 116
  • 147

1 Answers1

0

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.

enter image description here

Eugene Strizhok
  • 1,145
  • 2
  • 12
  • 19
  • Better if you show the official link as well https://www.jetbrains.com/help/rider/Reference__Options__Tools__Unit_Testing__VSTest.html then people can get up-to-date info if JetBrains adds something new. – Lex Li Nov 02 '22 at 14:47