0

How can I generate JUnit HTML report in Netbeans 7.1?

dextervip
  • 4,999
  • 16
  • 65
  • 93

1 Answers1

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