4

I get the error The assembly for this test is not found in Rider, when running Unity tests from Rider.

Ambroise Rabier
  • 3,636
  • 3
  • 27
  • 38

1 Answers1

10

By default, Rider run them as Edit mode tests. I found no options in the run configuration, but on the test panel, you have a select where you can choose Unity - Play Mode.

enter image description here

Ambroise Rabier
  • 3,636
  • 3
  • 27
  • 38