How to show count of pass test cases in HTML report of J unit
Asked
Active
Viewed 60 times
0
-
I am able to generate HTML Report but i want to show count of pass test case in report .Please help me on this . Thanks!! – Pandey Praveen Oct 09 '14 at 09:10
-
How are you executing JUnit? Is this through a build script (Ant, Maven etc) or through as IDE (Eclipse, Intellij IDEA, Netbeans etc). Your comment also indicated you can generate a report - what are you using to do that? – mc1arke Oct 14 '14 at 07:05
-
i am using Ant script . – Pandey Praveen Oct 15 '14 at 06:20