Interface LambdaTest

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

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

    • username

      @Key("LambdaTest.username") @DefaultValue("") String username()
    • accessKey

      @Key("LambdaTest.accessKey") @DefaultValue("") String accessKey()
    • platformVersion

      @Key("LambdaTest.platformVersion") @DefaultValue("") String platformVersion()
    • deviceName

      @Key("LambdaTest.deviceName") @DefaultValue("") String deviceName()
    • appUrl

      @Key("LambdaTest.appUrl") @DefaultValue("") String appUrl()
    • appProfiling

      @Key("LambdaTest.appProfiling") @DefaultValue("false") boolean appProfiling()
    • osVersion

      @Key("LambdaTest.osVersion") @DefaultValue("") String osVersion()
    • visual

      @Key("LambdaTest.visual") @DefaultValue("false") boolean visual()
    • video

      @Key("LambdaTest.video") @DefaultValue("false") boolean video()
    • appName

      @Key("LambdaTest.appName") @DefaultValue("") String appName()
    • appRelativeFilePath

      @Key("LambdaTest.appRelativeFilePath") @DefaultValue("") String appRelativeFilePath()
    • resolution

      @Key("LambdaTest.resolution") @DefaultValue("") String resolution()
    • headless

      @Key("LambdaTest.headless") @DefaultValue("false") boolean headless()
    • timezone

      @Key("LambdaTest.timezone") @DefaultValue("") String timezone()
    • project

      @Key("LambdaTest.project") @DefaultValue("SHAFT_Engine") String project()
    • build

      @Key("LambdaTest.build") @DefaultValue("Build Name") String build()
    • tunnel

      @Key("LambdaTest.tunnel") @DefaultValue("false") boolean tunnel()
    • tunnelName

      @Key("LambdaTest.tunnelName") @DefaultValue("false") String tunnelName()
    • buildName

      @Key("LambdaTest.buildName") @DefaultValue("") String buildName()
    • selenium_version

      @Key("LambdaTest.selenium_version") @DefaultValue("") String selenium_version()
    • driver_version

      @Key("LambdaTest.driver_version") @DefaultValue("") String driver_version()
    • w3c

      @Key("LambdaTest.w3c") @DefaultValue("true") boolean w3c()
    • browserVersion

      @Key("LambdaTest.browserVersion") @DefaultValue("") String browserVersion()
    • geoLocation

      @Key("LambdaTest.geoLocation") @DefaultValue("EG") String geoLocation()
    • debug

      @Key("LambdaTest.debug") @DefaultValue("false") boolean debug()
    • acceptInsecureCerts

      @Key("LambdaTest.acceptInsecureCerts") @DefaultValue("true") boolean acceptInsecureCerts()
    • networkLogs

      @Key("LambdaTest.networkLogs") @DefaultValue("false") boolean networkLogs()
    • appiumVersion

      @Key("LambdaTest.appiumVersion") @DefaultValue("2.0.0") String appiumVersion()
    • autoGrantPermissions

      @Key("LambdaTest.autoGrantPermissions") @DefaultValue("true") boolean autoGrantPermissions()
    • autoAcceptAlerts

      @Key("LambdaTest.autoAcceptAlerts") @DefaultValue("true") boolean autoAcceptAlerts()
    • isRealMobile

      @Key("LambdaTest.isRealMobile") @DefaultValue("true") boolean isRealMobile()
    • console

      @Key("LambdaTest.console") @DefaultValue("false") boolean console()
    • customID

      @Key("LambdaTest.customID") @DefaultValue("") String customID()
    • set

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