Class CrossPlatformProperties
java.lang.Object
core.uiCore.driverProperties.globalProperties.CrossPlatformProperties
- Author:
- jenkins
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic Stringstatic Booleanstatic intstatic intstatic Stringlocalization languagestatic Stringstatic intstatic Stringstatic StringgetPath()static intretry count only applicable to UI tests onlygetSimpleDriverType(String driverType) returns a simplified driver type: web, android, ios, reststatic Booleanis single signin flag set with single signin, the app is not closed after each test
-
Field Details
-
RETRY_COUNT
-
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
-
getGlobalTimeout
public static int getGlobalTimeout() -
getGlobalTimeoutImplicitWait
public static int getGlobalTimeoutImplicitWait() -
getAudioCommentary
public static boolean getAudioCommentary() -
getAudioCommentaryType
-
getPath
-
getEnableBatchLogging
-
getLocalizationFile
-
getLanguage
localization language- Returns:
-
isSingleSignIn
is single signin flag set with single signin, the app is not closed after each test- Returns:
-
getSimpleDriverType
returns a simplified driver type: web, android, ios, rest- Parameters:
driverType-- Returns:
-