Package org.alfresco.utility.report
Class HtmlReportListener
java.lang.Object
org.alfresco.utility.report.HtmlReportListener
- All Implemented Interfaces:
org.testng.IReporter,org.testng.ITestNGListener
Enables ReportManager to generate custom HTML reports of failed/skipped/passed tests
How to use it
a) one approach is to add this listener to your test class
Example:
- Author:
- Paul Brodner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateReport(List<org.testng.xml.XmlSuite> xmlSuites, List<org.testng.ISuite> suites, String outputDirectory)