How to set .runsettings in JetBrains Rider and MSTest

Viewed 2828

How can I set .runsettings for MsTest in JetBrains Rider?

I tried File | Settings | Build, Execution, Deployment | Unit Testing | MSTest and choose the .runsettings file in Test Settings but this has no effect.

1 Answers

The location may have changed since the original question, but I've found it here:

JetBrains Rider > Preferences... > Build, Execution, Deployment > Unit Testing > MSTest

You may have a checkbox Enable MSTest support which you can check (although seems to be removed in latest Rider version) and there's also a path to your test settings file in the Test Settings box.

enter image description here

Related