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
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
-
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:
-