Darren Wainwright
Darren Wainwright

Reputation: 30747

Unable to get NUnit to display in Create Unit Test dialog in Visual Studio 2017

Having read a few answers, such as this one How to run NUnit tests in Visual Studio 2017? I am still at a loss and cannot get Visual Studio to play well.

Here is what I have done, and what I am finding to not work well for me.

NUnit 3 Test Adapter Extension has been added

NUnit 3 Test Adapter Extension has been added

Added NUnit and NUnit.Console packages to my test project

enter image description here

I have no NUnit in the Create Unit Test Dialog

enter image description here

I did have an issue where live testing wasn't testing my tests too, though that was resolved by adding the Nuget package NUnit3TestAdapter to my project; this seems odd given i have added the extension?

enter image description here

Is there anything I can do to get other test frameworks to display in the create test dialog, and perhaps other areas of VS2017 that may be affected?

Upvotes: 4

Views: 477

Answers (1)

Darren Wainwright
Darren Wainwright

Reputation: 30747

Ah, Needed to install another extension called "Test Generator NUnit extension"

enter image description here

Upvotes: 4

Related Questions