Xray-App / xray-maven-plugin

Xray Maven Plugin
BSD 3-Clause "New" or "Revised" License
26 stars 12 forks source link

Split JUnit XML results into multiple files #76

Closed rheath-ol closed 7 months ago

rheath-ol commented 7 months ago

The publishing step often fails on large test suites due to file size limitations. Standard Surefire reports are typically split by test class. It would be nice to have the option to do the same with XRay results to avoid file size limitations when publishing reports via the XRay APIs.

bitcoder commented 7 months ago

Sorry @rheath-ol , but I think you reported the issue in the wrong project; are you referring to the xray-junit-extensions? If so, please report it there. This plugin doesn't generate JUnit XML reports. Note: xray-junit-extensions 0.8.0 provide the ability to generate Junit XML reports per class btw.