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