Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 720 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 720 Bytes

NBi.VisualStudio

This project is facilitating the usage of NBi within Visual Studio.

Still maintained nuget nuget pre

Usage

  1. Create a new Visual Studio project of type "Class Library (.NET Framework)"
  2. Go to the "Package Manager Console"
  3. 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.