java - JUnit: Tool to compare result reports -


i'd compare 2 or more junit test results reports. have 3 test runs of same testsuite , want e.g. html table shows 1 test per row, column each test run informing status of test, evt. first line of failure reason.

i not doubt there's such tool already, haven't found googling.

i've created such tool.

http://ondra.zizka.cz/stranky/programovani/java/apps/junitdiff-junit-test-results-report-comparison.texy

case closed.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -