public interface Configuration
Modifier and Type | Method and Description |
---|---|
Configuration |
copy() |
java.lang.String |
getBaseUrl() |
int |
getCurrentTestCount()
This is the URL where test cases start.
|
SupportedWebDriver |
getDriverType() |
int |
getElementTimeout() |
EnvironmentVariables |
getEnvironmentVariables() |
double |
getEstimatedAverageStepCount() |
java.io.File |
getOutputDirectory() |
int |
getRestartFrequency() |
com.google.common.base.Optional<TakeScreenshots> |
getScreenshotLevel()
How often should screenshots be taken.
|
int |
getStepDelay() |
boolean |
getUseUniqueBrowser()
Deprecated.
|
boolean |
onlySaveFailingScreenshots() |
void |
setDefaultBaseUrl(java.lang.String defaultBaseUrl) |
void |
setIfUndefined(java.lang.String property,
java.lang.String value) |
void |
setOutputDirectory(java.io.File outputDirectory) |
boolean |
shouldUseAUniqueBrowser() |
boolean |
storeHtmlSourceCode() |
boolean |
takeVerboseScreenshots()
Take a screenshot for each action.
|
Configuration |
withEnvironmentVariables(EnvironmentVariables environmentVariables) |
SupportedWebDriver getDriverType()
int getStepDelay()
int getElementTimeout()
@Deprecated boolean getUseUniqueBrowser()
boolean shouldUseAUniqueBrowser()
void setOutputDirectory(java.io.File outputDirectory)
java.io.File getOutputDirectory()
double getEstimatedAverageStepCount()
boolean onlySaveFailingScreenshots()
void setDefaultBaseUrl(java.lang.String defaultBaseUrl)
int getRestartFrequency()
int getCurrentTestCount()
java.lang.String getBaseUrl()
boolean takeVerboseScreenshots()
com.google.common.base.Optional<TakeScreenshots> getScreenshotLevel()
boolean storeHtmlSourceCode()
void setIfUndefined(java.lang.String property, java.lang.String value)
Configuration copy()
Configuration withEnvironmentVariables(EnvironmentVariables environmentVariables)
EnvironmentVariables getEnvironmentVariables()