Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Junit aggregation #4027

nini10 ·

In my configuration, each build run several tests on different setups, so in the end of the running there are several junit xml files - one per setup.

Is there any way to do aggregation for all those files, so it will be possible to see one summary for all in build overview tab?

  • replies 1
  • views 199
  • stars 0
robinshen ADMIN ·

You may collect these files into a single node and directory (using step input/output to collect files from different nodes) and then run a single JUnit report publish for these files.