Open
Description
We have updated our Jenkins build system and currently noticing a difference in the XML output files (using python unittest).
New Jenkins:
testsuite
testcase
testcase
system-out
system-err
Old Jenkins:
testsuite
testcase
failure
system-out
testcase
failure
system-out
Each XML of the various testsuites contains the same system stdout/err output for the full testrun.
In the old system the stdout/err was attached to each corresponding testcase. So no system-out duplicates, and so smaller xml files
Currently debugging and investigating using xmlrunner but no idea yet.
Has this been a feature/implementation change? Or can I easily restore/override the default implementation by creating my own MyXMLTestRunner?
Metadata
Metadata
Assignees
Labels
No labels