Class ExtentHtmlReporterConfig


  • public class ExtentHtmlReporterConfig
    extends com.aventstack.extentreports.reporter.configuration.InteractiveReporterConfig
    Defines 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>>
    • Field Summary

      • Fields inherited from class com.aventstack.extentreports.reporter.configuration.AbstractConfiguration

        reporter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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
      • 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
      • Methods inherited from class com.aventstack.extentreports.reporter.configuration.AbstractConfiguration

        getReporter, getReportName, getStore, getTimeStampFormat, setReporter, setReportName, setTimeStampFormat
    • Constructor Detail

      • ExtentHtmlReporterConfig

        public ExtentHtmlReporterConfig()
    • 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