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

'nunit.engine.addins' file and location changed. Need to update Readme file #48

Closed zhuyumi closed 5 years ago

zhuyumi commented 5 years ago

Describe the bug In the latest Nunit Console install package, the file 'nunit.engine.addins' has changed it's name and path. Which means, https://github.com/GHPReporter/Ghpr.NUnit this readme doc is out dated. It confused me a while before I realized what wrong was it.

Old Name: nunit.engine.addins Old Path: \YOURLOCATION\NUnit.org\nunit-console\addins New Name: nunit.bundle.addins New Path: \YOURLOCATION\NUnit.org\nunit-console

To Reproduce Steps to reproduce the behavior:

  1. Go to https://github.com/nunit/nunit-console/releases
  2. Download and install NUnit.Console-3.9.0.msi
  3. Go to installed folder C:\Program Files (x86)\NUnit.org\nunit-console
  4. As you can see in the screenshot, there is no such file as 'nunit.engine.addins' in \addins folder anymore. Instead, a new file 'nunit.bundle.addins' has been added to the root nunit-console folder.

Expected behavior In the Nunit readme file: https://github.com/GHPReporter/Ghpr.NUnit, we should change these places accordingly: image

Screenshots image image

Desktop (please complete the following information):

Additional context I have tried, modify the new nunit.bundle.addins file will generate the result report.

elv1s42 commented 5 years ago

Hi @woshizhuyumi !

Thank you very much for the detailed issue report, I've update the README file.

Best regards, Evgeniy