Some Links:
Core |
MSTest |
MSTestV2 |
NUnit |
SpecFlow |
Console |
Site Repo
-
Install latest nuget package. Use Ghpr.MSTest (if your tests are based on MSTest unit test provider) or Ghpr.NUnit (if NUnit is your unit test provider) plugin.
-
Make sure your plugin is added into App.config file:
<plugins> <add name="Ghpr.NUnit" type="Runtime" /> </plugins>
-
Run your tests
For more information see working solution example here: https://github.com/GHPReporter/Ghpr.SpecFlow.Examples
You can find it here for all packages.