Runs JUnit Test cases and generate HTML report, keeps past run history
...Highlights of this tool
- No coding effort is required from developer to integrate existing JUnit test cases. They just need to put their test case folder to the class path
- Since it keep the test result data in a database, it can keep history of any number of past execution result. This build is bundled with open source embedded database HSQLDB. User may also use other database or their choice
- The HTML report can also include previous run results. Number of last run result to include in report is user configurable
- Flexible and de-coupled design