Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seddryck/nbi.visualstudio
This project is facilitating the usage of NBi within VisualStudio.
https://github.com/seddryck/nbi.visualstudio
Last synced: 4 days ago
JSON representation
This project is facilitating the usage of NBi within VisualStudio.
- Host: GitHub
- URL: https://github.com/seddryck/nbi.visualstudio
- Owner: Seddryck
- License: apache-2.0
- Created: 2017-03-18T15:10:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:22:25.000Z (9 months ago)
- Last Synced: 2024-09-01T03:54:25.388Z (2 months ago)
- Language: PowerShell
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NBi.VisualStudio
This project is facilitating the usage of NBi within Visual Studio.![Still maintained](https://img.shields.io/maintenance/yes/2020.svg)
![nuget](https://img.shields.io/nuget/v/NBi.VisualStudio.svg)
![nuget pre](https://img.shields.io/nuget/vpre/NBi.VisualStudio.svg)Usage
=====1. Create a new Visual Studio project of type "Class Library (.NET Framework)"
1. Go to the "Package Manager Console"
1. 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.