Re: Splitting/Merging/Clustering JUnit test results?

2020-05-13 Thread jeremy mordkoff
Hi, I am heading down this path. My plan is build a web app that can accept test results in various formats, and can aggregate them by build and identify them by type. It will track sources and link back to them It will have the ability to normalize the xml paths, e.g.

Re: Splitting/Merging/Clustering JUnit test results?

2020-04-15 Thread jeremy mordkoff
I have a similar issue, except my test results some from multiple jobs my basic build pipeline runs unit tests then invokes the systemtest pipeline. These run 10 to 30 times a day. I also have a nightly pipeline that runs a lot of additional tests, like coverage, interop, stress, load, upgrade.

Splitting/Merging/Clustering JUnit test results?

2020-02-14 Thread Simon Richter
Hi, I have a matrix job that in each leaf runs the test suite twice, once normally and once with memory checking enabled, each of which generates an XML file that can be parsed with the JUnit parser. Now I'd like to present the results in the overview in a useful way: 1. separate