public interface Configuration<T extends Configuration>
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUrl() |
int |
getCurrentTestCount()
This is the URL where test cases start.
|
int |
getElementTimeoutInSeconds() |
EnvironmentVariables |
getEnvironmentVariables() |
double |
getEstimatedAverageStepCount() |
File |
getHistoryDirectory() |
File |
getOutputDirectory() |
int |
getRestartFrequency() |
Optional<TakeScreenshots> |
getScreenshotLevel()
How often should screenshots be taken.
|
int |
getStepDelay() |
boolean |
getUseUniqueBrowser()
Deprecated.
|
boolean |
onlySaveFailingScreenshots() |
void |
setDefaultBaseUrl(String defaultBaseUrl) |
void |
setIfUndefined(String property,
String value) |
void |
setOutputDirectory(File outputDirectory) |
boolean |
shouldUseAUniqueBrowser() |
boolean |
takeVerboseScreenshots()
Take a screenshot for each action.
|
T |
withEnvironmentVariables(EnvironmentVariables environmentVariables) |
int getStepDelay()
int getElementTimeoutInSeconds()
@Deprecated boolean getUseUniqueBrowser()
boolean shouldUseAUniqueBrowser()
void setOutputDirectory(File outputDirectory)
File getOutputDirectory()
File getHistoryDirectory()
double getEstimatedAverageStepCount()
boolean onlySaveFailingScreenshots()
void setDefaultBaseUrl(String defaultBaseUrl)
int getRestartFrequency()
int getCurrentTestCount()
String getBaseUrl()
boolean takeVerboseScreenshots()
Optional<TakeScreenshots> getScreenshotLevel()
T withEnvironmentVariables(EnvironmentVariables environmentVariables)
EnvironmentVariables getEnvironmentVariables()
Copyright © 2022. All rights reserved.