0
votes

In old times we used Nunit window test tool.

enter image description here

Right now I am facing some issue with Nunit test adapter & it's not displaying tests in Visual Studio. Unsupported test framework error in NUnit

Now I can find only NUnit Console and no window tool. Any tool available to open NUnit test project out of visual studio for execution & results?

I have installed Nunit 3.0.1 (latest available) on my machine.

2

2 Answers

1
votes

To run NUnit 3.0 tests in Visual Studio you need to use the NUnit3 Test Adapter.

https://github.com/nunit/nunit3-vs-adapter/wiki

2
votes

There is a new GUI Runner currently under developement - version 0.1 is expected soon. This is the replacement for the GUI you're currently using.

The other option, as Johan said, is to use Visual Studio's built in Test Runner, and install the NUnit3 Test Adapter, either as a Nuget Package, or a Visual Studio Extension.