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
-
public class ExtentSparkReporterConfig extends InteractiveReporterConfig
Defines configuration settings for the Spark reporter
-
-
Field Summary
-
Fields inherited from class com.aventstack.extentreports.reporter.configuration.AbstractConfiguration
reporter
-
-
Constructor Summary
Constructors Constructor Description ExtentSparkReporterConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenableOfflineMode(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
-
-
-
Method Detail
-
enableOfflineMode
public void enableOfflineMode(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- Parameters:
offlineMode- Setting to enable an offline accessible report
-
-