VSoftTechnologies/DUnitX

Make XML output compatible with Gitlab CI

SlMaker opened this issue · 1 comments

Unfortunately Gitlab cannot read/understand the generated XML output from DUnitX.
More infos: https://docs.gitlab.com/ee/ci/junit_test_reports.html

Limitations
Currently, the following tools might not work because their XML formats are unsupported in GitLab.

-> This resulted in adding classname to eslint (eslint/eslint#11683).

Maybe something similar could allow using DUnitX with Gitlab CI? Or does it need more changes?

DUnitX generates NUnit format xml. This is done by a logger class, it should be simple to create a logger to produce JUnit xml. Happy to accept a PR for this if someone want's to have a go, I don't currently have the time to work on it (and all the tools I use work with nunit style xml).