I would like to compare two or more JUnit test results reports. Let's say I have three test runs of the same test, and I want to get, for example. An HTML table that shows one test per row, with a column for each test run informing about the status of the test, evt. The first line of the reason for the failure.
I no longer doubt that such a tool already exists, but I did not find it with googling.
source
share