Some Links:
Core |
MSTest |
NUnit |
SpecFlow |
Console |
Site Repo
##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
You can view Demo report on our site
####Firefox
- Go to
about:config
- Find
security.fileuri.strict_origin_policy
parameter - Set it to
false
Anyone contributing is welcome. Write issues, create pull requests.