How can I generate JUnit HTML report in Netbeans 7.1?
Asked
Active
Viewed 1,340 times
1 Answers
0
While you can run JUnit graphically in NetBeans, I don't think there is a way to export the report. However, NetBeans has great integration with Ant. You can use the junitreport Ant task to generate the HTML report.

Jeanne Boyarsky
- 12,156
- 2
- 49
- 59