Search code examples
xml-parsingautomated-testsbamboobamboo-artifacts

Can Atlassian Bamboo parse multiple test result xmls and present them in the same dashboard


Pytest results are written out as an xml test report - the job generates 2 xml reports. I have configured an Atlassian bamboo job to parse the report using JUnit parser (available in bamboo). It however only parses the first xml file and ignores the 2nd. Is there a way to parse both and display the test results in the Tests tab of the bamboo job?


Solution

  • Although adding separate JUnit parser tasks, one for each xml artifact, a comma separated list of artifacts works as well (answer given by @Alex)