How can I run NUnit tests in Visual Studio 2017?

前端 未结 9 649
后悔当初
后悔当初 2020-11-29 21:15

I\'ve just installed Visual Studio 2017. I have a project using NUnit for the test cases. Ctrl + R - T no longer runs the tests, and the Tes

9条回答
  •  迷失自我
    2020-11-29 21:58

    To run or debug tests in Visual Studio 2017, we need to install "NUnit3TestAdapter". We can install it in any version of Visual Studio, but it is working properly in the Visual Studio "community" version.

    To install this, you can add it through the NuGet package.

提交回复
热议问题