|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface Configuration
| Method Summary | |
|---|---|
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)
|
| Method Detail |
|---|
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()
void setIfUndefined(String property,
String value)
Configuration copy()
Configuration withEnvironmentVariables(EnvironmentVariables environmentVariables)
EnvironmentVariables getEnvironmentVariables()
int maxRetries()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||