How do I install the NUnit plugin in Visual Studio 2013 Express?

后端 未结 3 1882
清歌不尽
清歌不尽 2020-12-17 16:51

I am not able to run the unit tests in Visual Studio 2013 like I used to be able to run it from the Visual Studio window itself in Visual Studio 2010. I

相关标签:
3条回答
  • 2020-12-17 17:26

    Unfortunately this is not possible. The Express SKUs of Visual Studio do not support plugins / extensions.

    0 讨论(0)
  • 2020-12-17 17:33

    Try to use NUnit TestAdapter including NUnit. You will find it searching for NUnit in the Manage NuGet Packages window.

    I have tested it, and it works fine.

    0 讨论(0)
  • 2020-12-17 17:33

    A workaround is in blog post How to invoke NUnit from Visual studio express and execute automation tests.

    0 讨论(0)
提交回复
热议问题