Class ExtentHtmlReporterConfig
- 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.ExtentHtmlReporterConfig
-
public class ExtentHtmlReporterConfig extends com.aventstack.extentreports.reporter.configuration.InteractiveReporterConfigDefines configuration settings for the Html reporter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.aventstack.extentreports.reporter.configuration.InteractiveReporterConfig
com.aventstack.extentreports.reporter.configuration.InteractiveReporterConfig.InteractiveReporterConfigBuilder<C extends com.aventstack.extentreports.reporter.configuration.InteractiveReporterConfig,B extends com.aventstack.extentreports.reporter.configuration.InteractiveReporterConfig.InteractiveReporterConfigBuilder<C,B>>
-
Nested classes/interfaces inherited from class com.aventstack.extentreports.reporter.configuration.FileReporterConfig
com.aventstack.extentreports.reporter.configuration.FileReporterConfig.FileReporterConfigBuilder<C extends com.aventstack.extentreports.reporter.configuration.FileReporterConfig,B extends com.aventstack.extentreports.reporter.configuration.FileReporterConfig.FileReporterConfigBuilder<C,B>>
-
Nested classes/interfaces inherited from class com.aventstack.extentreports.reporter.configuration.AbstractConfiguration
com.aventstack.extentreports.reporter.configuration.AbstractConfiguration.AbstractConfigurationBuilder<C extends com.aventstack.extentreports.reporter.configuration.AbstractConfiguration,B extends com.aventstack.extentreports.reporter.configuration.AbstractConfiguration.AbstractConfigurationBuilder<C,B>>
-
-
Constructor Summary
Constructors Constructor Description ExtentHtmlReporterConfig()
-
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-
Methods inherited from class com.aventstack.extentreports.reporter.configuration.InteractiveReporterConfig
builder, getCss, getJs, getProtocol, getTheme, isTimelineEnabled, setCss, setJs, setProtocol, setTheme, setTimelineEnabled
-
Methods inherited from class com.aventstack.extentreports.reporter.configuration.FileReporterConfig
getDocumentTitle, getEncoding, setDocumentTitle, setEncoding
-
-
-
-
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
-
-