Class ExtentSparkReporterConfig
java.lang.Object
com.aventstack.extentreports.reporter.configuration.AbstractConfiguration
com.aventstack.extentreports.reporter.configuration.FileReporterConfig
com.aventstack.extentreports.reporter.configuration.InteractiveReporterConfig
com.aventstack.extentreports.reporter.configuration.ExtentSparkReporterConfig
Defines configuration settings for the Spark reporter
-
Field Summary
Fields inherited from class com.aventstack.extentreports.reporter.configuration.AbstractConfiguration
reporter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidenableOfflineMode(Boolean offlineMode) Creates the HTML report, saving all resources (css, js, fonts) in the same location, so the report can be viewed without an internet connection
-
Constructor Details
-
ExtentSparkReporterConfig
public ExtentSparkReporterConfig()
-
-
Method Details
-
enableOfflineMode
Creates the HTML report, saving all resources (css, js, fonts) in the same location, so the report can be viewed without an internet connection- Parameters:
offlineMode- Setting to enable an offline accessible report
-