how to create html report using JUnit 4?

David S

New member
I heard that I was supposed to use Ant but I don't know anything about it and the ant.apache.org site seems to be down for awhile now so I have no reference at all.. can anyone help me? I want to know how to create html report using JUnit 4. if possible, a step-by-step walk through would be great.
 
http://ant.apache.org/manual/Tasks/junit.html

Thats the ant task for using junit.

http://ant.apache.org/manual/Tasks/junitreport.html

junit report task

http://ant.apache.org/manual/

Getting started with ant.
 
Back
Top