nunit / nunit-v2-result-writer

The V2 result writer converts NUnit 3 formatted XML results to NUnit 2 format.
MIT License
2 stars 4 forks source link

Add tests of result file content #22

Closed CharliePoole closed 3 years ago

CharliePoole commented 3 years ago

Fixes #21

CharliePoole commented 3 years ago

@ChrisMaddock I'm now running functional tests of the v2 result writer, which exercise the extension under nunit3-console.exe 3.10 and 3.11.1. However, 3.12.0-beta1 won't load it because of the discrepancy in the version of nunit.engine.api.dll. Did you have a plan for resolving this or will we need to create a breaking version of the extensions as well?

ChrisMaddock commented 3 years ago

Hi Charlie - this should be fixed in master. Hoping to release 3.12 over today and tomorrow, should end up testing the extensions manually as part of the process. (Although hopefully something we can automate soon!)

CharliePoole commented 3 years ago

@ChrisMaddock I'll see about adding 3.12 to my set of tests of the runner once it's released.