ExtentTestNGIReporterListener.java

The following code is for the ExtentTestNGIReporterListener.java class:

import com.aventstack.extentreports.ExtentReports;import com.aventstack.extentreports.ExtentTest;import com.aventstack.extentreports.MediaEntityBuilder;import com.aventstack.extentreports.Status;import com.aventstack.extentreports.reporter.ExtentHtmlReporter;import com.aventstack.extentreports.reporter.configuration.Protocol;import com.aventstack.extentreports.reporter.configuration.Theme;import org.testng.*;import org.testng.xml.XmlSuite;import java.io.File;import java.io.PrintWriter;import java.io.StringWriter;import java.io.Writer;import java.util.*;/** * @author Carl Cocchiaro * * ExtentReports HTML Reporter Class * */public class ...

Get Selenium Framework Design in Data-Driven Testing now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.