Based on some recent user suggestions, I’ve released a new version of the maven testdox plugin.
Notable changes in this release are to try and make the report even more “human readable”:
- trim off package name for the test class name (ex: com.mysite.FooTest becomes Foo)
- add spaces to the test class name (ex: FooBarTest becomes Foo bar)
Let me know if there are any other things that can be done to improve this plugin. Actually, if anyone out there would like to help make the HTML report look a bit more “spiffy”, I could use the help!