Unity + Rider - Running tests error: "The assembly for this test is not found"

Viewed 285

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

1 Answers

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

Related