-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ghpr.Console produces empty report #43
Comments
Hi @UyttenhoveSimon ! Sorry for the late response. Can you please check if you are following the Thank you |
Hi @UyttenhoveSimon , The Thank you. |
Good news, it is working now. Thanks for your responses. |
@UyttenhoveSimon thank you for the feedback, I've updated corresponding section in the |
Hello,
Bug:
While trying Ghpr.Console on Ghpr.Examples, it produced an empty report.
How to reproduce:
NUnit.Settings.json looks like this:
{ "default": { "outputPath": "C:\\", "dataServiceFile": "Ghpr.LocalFileSystem.dll", "loggerFile": "", "sprint": "", "reportName": "GHP Report", "projectName": "Examples Projet", "runName": "", "runGuid": "", "realTimeGeneration": "True", "runsToDisplay": "5", "testsToDisplay": "5", "retention": { "amount": 1000, "till": "2020-01-25 10:00:00" } }, "projects": [ { "pattern": "Ghpr.NUnitExamples.dll", "settings": { "outputPath": "C:\\Users\\suyttenhove\\Documents\\TestGHPR\\Ghpr.NUnit.Examples\\bin\\x86\\Debug\\" } } ] }
Would you have an idea as to why no Runs are reported?
When I use Extent Reports to produce the report, I get the correct result:
Thanks,
Simon
The text was updated successfully, but these errors were encountered: