ReportNG is a nice Html Reporter plugin for TestNG. I’m searching for an equivalent Version when using JUnit.
Does anyone knows some useful plugin?
ReportNG is a nice Html Reporter plugin for TestNG. I’m searching for an equivalent
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There isn’t a html reporter for JUnit. However, if you’re using maven or ant there are.
For maven, look at maven-surefire-plugin (specifically maven-surefire-report-plugin)
For ant, look at the JUnit Report task.