Is there a decent HTML Junit report plugin for Maven?

Posted by cats2ndlife on Stack Overflow See other posts from Stack Overflow or by cats2ndlife
Published on 2010-05-17T03:32:27Z Indexed on 2010/05/17 3:40 UTC
Read the original article Hit count: 294

Filed under:
|
|
|

I find the surefire-report plug-in very unsuitable to my working style. I clean the project all the time and I don't want to spend 5 min to rebuild the whole site every time I want to look at the test report in my browser. If I type mvn surefire-report:report-only, the generated report is too ugly and barely readable. What I'm looking for is something like ant's JUnitReport task. Is there one available out there already?

© Stack Overflow or respective owner

Related posts about java

Related posts about maven