gfoidl / trx2junit

Transforms XML from trx-Testresults to JUnit-Testresults / trx to JUnit XML and the other way round
MIT License
70 stars 17 forks source link

Fixed XUnit's testcase name to be not the full-qualified name #103

Closed gfoidl closed 2 years ago

gfoidl commented 2 years ago

XUnit may write the full-qualified name as the testName, but for (Jenkins) JUnit this is expected to be only the test-name (i.e. not fully-qualified), as there's also the className which is fully-qualified.

Fixes https://github.com/gfoidl/trx2junit/issues/102