Interface Reporting

All Superinterfaces:
org.aeonbits.owner.Config, EngineProperties<Reporting>, Serializable

@Sources({"system:properties","file:src/main/resources/properties/Reporting.properties","file:src/main/resources/properties/default/Reporting.properties","classpath:Reporting.properties"}) public interface Reporting extends EngineProperties<Reporting>
  • Method Details

    • captureElementName

      @Key("captureElementName") @DefaultValue("true") boolean captureElementName()
    • captureWebDriverLogs

      @Key("captureWebDriverLogs") @DefaultValue("false") boolean captureWebDriverLogs()
    • alwaysLogDiscreetly

      @Key("alwaysLogDiscreetly") @DefaultValue("false") boolean alwaysLogDiscreetly()
    • debugMode

      @Key("debugMode") @DefaultValue("false") boolean debugMode()
    • openLighthouseReportWhileExecution

      @Key("openLighthouseReportWhileExecution") @DefaultValue("false") boolean openLighthouseReportWhileExecution()
    • cleanSummaryReportsDirectoryBeforeExecution

      @Key("cleanSummaryReportsDirectoryBeforeExecution") @DefaultValue("true") boolean cleanSummaryReportsDirectoryBeforeExecution()
    • openExecutionSummaryReportAfterExecution

      @Key("openExecutionSummaryReportAfterExecution") @DefaultValue("false") boolean openExecutionSummaryReportAfterExecution()
    • disableLogging

      @Key("disableLogging") @DefaultValue("true") boolean disableLogging()
    • attachFullLog

      @Key("attachFullLog") @DefaultValue("false") boolean attachFullLog()
    • set

      default Reporting.SetProperty set()
      Description copied from interface: EngineProperties
      Returns a fluent EngineProperties.SetProperty builder that allows programmatic override of individual configuration properties at runtime.
      Specified by:
      set in interface EngineProperties<Reporting>
      Returns:
      a new EngineProperties.SetProperty instance for chaining property overrides