Reputation: 30747
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
Added NUnit and NUnit.Console packages to my test project
I have no NUnit in the Create Unit Test Dialog
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?
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
Reputation: 30747
Ah, Needed to install another extension called "Test Generator NUnit extension"
Upvotes: 4