| Author |
eclipse and junit - how to generate report?
|
Kelly Wood
Ranch Hand
Joined: Nov 07, 2004
Posts: 53
|
|
|
Is it possible to generate a junit test report in, say html format, after running the test cases in eclipse? I assume some kind of plugin is required?
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26144
|
|
Kelly, The <junitreport> task of ant can generated the report in HTML. Ant is already plugged into Eclipse, so all you have to do is create a build.xml file. If you have more questions on Ant after looking at the manual, please post a question in our Ant, Maven & Other Build Tools forum.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: eclipse and junit - how to generate report?
|
|
|