Skip to content

T0mJones/Ghpr.SpecFlow

 
 

Repository files navigation

Project icon

Some Links:
Core | MSTest | MSTestV2 | NUnit | SpecFlow | Console | Site Repo

Build status NuGet Version Codacy Badge CodeFactor FOSSA Status

Ghpr.SpecFlow

Usage:

  • 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

Release notes

You can find it here for all packages.

License

FOSSA Status

About

Adapter for SpecFlow (generate HTML report for SpecFlow)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.3%
  • Gherkin 2.7%