Skip to content

yfrindel/Ghpr.NUnit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project icon

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

Language Build status NuGet Version

Ghpr.NUnit

##Usage:

  • Install NUnit 3 console latest release
  • Download the latest version of Ghpr.NUnit (using NuGet)
  • Put Ghpr.Core.dll, Ghpr.NUnit.dll and Newtonsoft.Json.dll to the following folder: [nunit_console_location]/nunit-console/addins
  • Add path addins/Ghpr.NUnit.dll into nunit.engine.addins file
  • Add config data to nunit3-console.exe.config:
<appSettings>
   <add key="OutputPath" value="C:\_GHPReportOutput" />
   <add key="TakeScreenshotAfterFail" value="True" />
   <add key="Sprint" value="" />
   <add key="RunName" value="" />
   <add key="RunGuid" value="" />
   <add key="RealTimeGeneration" value="True" />
 </appSettings> 
  • Run your tests via NUnit Console

Demo Report

You can view Demo report on our site

View report locally

####Firefox

  • Go to about:config
  • Find security.fileuri.strict_origin_policy parameter
  • Set it to false

Contributing

Anyone contributing is welcome. Write issues, create pull requests.

About

Adapter for NUnit 3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%