Class CrossPlatformProperties
- java.lang.Object
-
- core.uiCore.driverProperties.globalProperties.CrossPlatformProperties
-
public class CrossPlatformProperties extends Object
- Author:
- jenkins
-
-
Field Summary
Fields Modifier and Type Field Description static StringLOCALIZATION_FILEstatic StringRETRY_COUNT
-
Constructor Summary
Constructors Constructor Description CrossPlatformProperties()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleangetAudioCommentary()static StringgetAudioCommentaryType()static BooleangetEnableBatchLogging()static intgetGlobalTimeout()static intgetGlobalTimeoutImplicitWait()static StringgetLanguage()localization languagestatic StringgetLocalizationFile()static intgetParallelTests()static StringgetParallelTestType()static StringgetPath()static intgetRetryCount()retry count only applicable to UI tests onlyStringgetSimpleDriverType(String driverType)returns a simplified driver type: web, android, ios, reststatic BooleanisSingleSignIn()is single signin flag set with single signin, the app is not closed after each test
-
-
-
Method Detail
-
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:
-
-