-
Notifications
You must be signed in to change notification settings - Fork 3
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
How to configure #23
Comments
Hi @mathis7875 ! As far as I can see, you are using retention settings with Thank you |
Thank you @elv1s42 i will give that a go. |
@elv1s42 , I updatedthe till time to the suggested time. However afte running a test I still do not see the report. Tech stack : Selenium/C#/ mstest The default output path is : I double checked the settings and I dont see an other items to configure. |
Hi @mathis7875 ! Sorry, I didn't know you are using Selenium too. In this case you have a couple of possible options.
Thank you |
@elv1s42 , Hello and happy holidays, also thanks for your help . So I configured everything and is running from console : c:\Projects\2019UpdatePhoenixAutomation\PhoenixAutomationTests\bin\Debug>ghpr.Co nothing happens , I do not see any file generated . Any other ideas |
Hi @mathis7875 , not sure why this is happening. |
Hello I have read all the of the documentation on the Read me. How ever I have not been able to generate reports.
-Installed the nugect ghpr core and etc
-added the config to the bin folder with the ghpr console application
-Im using default settings and change the "till" date so files dont get deleted
Then I un my test fromthe mstest adaptor and afer run I do not get any results .
Im I missing a condiguration
mtest.json file
{ "default": { "outputPath": "C:\\_GHPReporter_MSTest_Report", "dataServiceFile": "Ghpr.LocalFileSystem.dll", "loggerFile": "", "sprint": "", "reportName": "GHP Report", "projectName": "PhoenixAutomationTests", "runName": "", "runGuid": "", "realTimeGeneration": "True", "runsToDisplay": "5", "testsToDisplay": "5", "retention": { "amount": 1000, "till": "2029-01-25 10:00:00" } }, "projects": [ { "pattern": "*CoolTests.dll", "settings": { "outputPath": "C:\\_GHPReporter_MSTest_Report\\CoolTests" } }, { "pattern": "*AwesomeTests.dll", "settings": { "outputPath": "C:\\_GHPReporter_MSTest_Report\\AwesomeTests" } } ] }
The text was updated successfully, but these errors were encountered: