Open BG04129 opened 3 months ago
@BG04129 in our experience, most CI tools can merge the JUnit XML files automatically and this need has never come up before. this is unlikely to get implemented, but I will keep this open for a while in case someone is interested in contributinig
For my test workflow with Karate, it is necessary to merge all JUnit XML reports into a single file.
By default, Karate generates a JUnit report with the following structure for each FEATURE file:
The target structure I need is to collect all JUnit reports in in a single file:
Is there a switch in Karate that merges all generated JUnit XML reports?
If this function has not yet been implemented, is there any chance to add this feature in a upcoming release?
Thanks in advance