JetBrains Rider 2018.2 Help

MSTest

File | Settings | Build, Execution, Deployment | Unit Testing | MSTest for Windows and Linux
JetBrains Rider | Preferences | Build, Execution, Deployment | Unit Testing | MSTest for macOS
Ctrl+Alt+S icons general settings svg


In this page of JetBrains Rider options, you can adjust unit testing settings related to MSTest tests.

Item

Description

Enable MSTest support

By default, JetBrains Rider adds action indicators allowing you to execute MSTest tests right from the editor and automatically discovers MSTest tests in your solution. Clear this check box to disable this behavior.

Choose the IDE folder

As MSTest V1 is not distributed without Visual Studio, you have to specify the IDE folder inside a Visual Studio installation on your machine. JetBrains Rider will find all necessary executables in this folder.
If you are using MSTest V2, which is delivered as a NuGet package, you do not need to specify the IDE folder.

Test Settings

Specify a custom test settings configuration (.testsettings file within your solution).

Last modified: 21 December 2018

See Also