Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TFS reporter does not report flat testsuite structure correctly (failure in Bamboo) #1257

Closed
@EGTBosch

Description

@EGTBosch

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):
junit4

JUnit5 (supported by Bamboo):
junit5

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions