GHPReporter / Ghpr.NUnit

Adapter for NUnit 3 (generate HTML report for NUnit 3)
http://ghpreporter.github.io/
MIT License
35 stars 14 forks source link

Blank report is generated with NUnit.ConsoleRunner.3.11.1 #91

Open RomanSN opened 3 years ago

RomanSN commented 3 years ago

Hi, I have a problem with report generation. I run my tests with ConsoleRunner (or Console - the same result) and after the tests finished, the folder with a report is generated but looks empty image image

The strange thing is the screenshot, as well as TestResult.xml file, is placed in the working directory, not in the report folder. Here is my Ghpr.NUnit.Settings.json (default values): image Build folder image

report folder: _GHPReporter_Core_Report.zip my ConsoleRunner: NUnit.ConsoleRunner.3.11.1.zip

Screenshot is added by this method: TestContext.AddTestAttachment(screenShotPath); Thak you for help in advance.