merazuu
merazuu

Reputation: 4448

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

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 am not able to find anything in NuGet Package Manager or on the web.

Upvotes: 12

Views: 14537

Answers (3)

Flavio Santini
Flavio Santini

Reputation: 101

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.

Upvotes: 6

Rafał.S
Rafał.S

Reputation: 186

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

Upvotes: 1

JaredPar
JaredPar

Reputation: 755317

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

Upvotes: 10

Related Questions