How to run NUnit tests in Visual Studio 2017?
I've just installed VS 2017. I have a project using NUnit for the test cases. Ctrl + R - T no longer runs the tests, and the Test Explorer no longer finds any test cases marked with the TestCase attribute. Is there a way to get NUnit running yet, or an update I could find? I re-installed NUnit from the Nuget Package Manager to the latest version with no improvement. Add the NUnit test adapter NuGet package to your test projects 2.* ( https://www.nuget.org/packages/NUnitTestAdapter/ ) 3.* ( https://www.nuget.org/packages/NUnit3TestAdapter/ ) Or install the Test Adapter visual studio extension.