Class CrossPlatformProperties

java.lang.Object
core.uiCore.driverProperties.globalProperties.CrossPlatformProperties

public class CrossPlatformProperties
extends Object
Author:
jenkins
  • Field Details

    • RETRY_COUNT

      public static String RETRY_COUNT
    • LOCALIZATION_FILE

      public static String LOCALIZATION_FILE
  • Constructor Details

    • CrossPlatformProperties

      public CrossPlatformProperties()
  • Method Details

    • getRetryCount

      public static int getRetryCount()
      retry count only applicable to UI tests only
      Returns:
    • getParallelTests

      public static int getParallelTests()
    • getParallelTestType

      public static String getParallelTestType()
    • getGlobalTimeout

      public static int getGlobalTimeout()
    • getGlobalTimeoutImplicitWait

      public static int getGlobalTimeoutImplicitWait()
    • getAudioCommentary

      public static boolean getAudioCommentary()
    • getAudioCommentaryType

      public static String getAudioCommentaryType()
    • getPath

      public static String getPath()
    • getEnableBatchLogging

      public static Boolean getEnableBatchLogging()
    • getLocalizationFile

      public static String getLocalizationFile()
    • getLanguage

      public static String getLanguage()
      localization language
      Returns:
    • isSingleSignIn

      public static Boolean isSingleSignIn()
      is single signin flag set with single signin, the app is not closed after each test
      Returns:
    • getSimpleDriverType

      public String getSimpleDriverType​(String driverType)
      returns a simplified driver type: web, android, ios, rest
      Parameters:
      driverType -
      Returns: