This project is facilitating the usage of NBi within Visual Studio.
- Create a new Visual Studio project of type "Class Library (.NET Framework)"
- Go to the "Package Manager Console"
- Run the following command:
Install-Package NBi.VisualStudio
That's it!
If you press F5
(or Start/debug) for this project, Visual Studio will start NUnit GUI and automatically link to the test-suite available in the same project. It will also automatically run the selected tests.