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>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     

    Nested classes/interfaces inherited from interface org.aeonbits.owner.Config

    org.aeonbits.owner.Config.ConverterClass, org.aeonbits.owner.Config.DecryptorClass, org.aeonbits.owner.Config.DefaultValue, org.aeonbits.owner.Config.DisableableFeature, org.aeonbits.owner.Config.DisableFeature, org.aeonbits.owner.Config.EncryptedValue, org.aeonbits.owner.Config.HotReload, org.aeonbits.owner.Config.HotReloadType, org.aeonbits.owner.Config.Key, org.aeonbits.owner.Config.LoadPolicy, org.aeonbits.owner.Config.LoadType, org.aeonbits.owner.Config.PreprocessorClasses, org.aeonbits.owner.Config.Separator, org.aeonbits.owner.Config.Sources, org.aeonbits.owner.Config.TokenizerClass
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    set()
     
  • 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()
    • set

      default Reporting.SetProperty set()
      Specified by:
      set in interface EngineProperties<Reporting>