public class ExtentHtmlReporterConfig
extends 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>>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>>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 and Description |
|---|
ExtentHtmlReporterConfig() |
| Modifier and Type | Method and Description |
|---|---|
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
|
builder, getCss, getJs, getProtocol, getTheme, isTimelineEnabled, setCss, setJs, setProtocol, setTheme, setTimelineEnabledgetDocumentTitle, getEncoding, setDocumentTitle, setEncodingpublic void enableOfflineMode(Boolean offlineMode)
offlineMode - Setting to enable an offline accessible reportCopyright © 2022. All rights reserved.