Circle Ci Nunit reports
I’ve successfully set up a pretty nice build and deploy workflow for a dotnet core 2.2 project on circle ci, including steps to run all my nunit unit and integration tests, however Circle Ci unit test reporting requires reports be formatted in junit xml format. Nunit on .net core is in Nunit 3.0s report format. Is anyone aware of an existing solution to convert nunit 3.0 reports to junit reports that will run in a linux .Net core container?
I’ve got a ton of tests that I would prefer not to rewrite as xunit, and I’ve seen a project that performs an xslt transformation but was the standard framework.
0 comments:
Post a Comment