Closed
Description
With the 3.1.10 version it is not possible to integrate JUnit4 reports (with ut_junit_reporter) with Atlassion Bamboo since Bamboo supports only JUnit5 format XML files. The issue is that JUnit5 does not support nested TestSuite elements which is supported by JUnit4. Bamboo is not able to parse JUnit4 report files.
Request to add support for JUnit5 format XML files (make sure ut_junit_reporter can generate JUnit4 XML files).
See below both versions of JUnit with differences (marked in yellow) in TestSuite elements.
JUnit4 (currently generated by ut_junit_reported of utplsql 3.1.10):