Package de.otto.jlineup.browser
Class BrowserUtils
java.lang.Object
de.otto.jlineup.browser.BrowserUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<ScreenshotContext>buildScreenshotContextListFromConfigAndState(RunStepConfig runStepConfig, JobConfig jobConfig) static List<ScreenshotContext>buildTestCleanupContexts(RunStepConfig runStepConfig, JobConfig jobConfig) static List<ScreenshotContext>buildTestSetupContexts(RunStepConfig runStepConfig, JobConfig jobConfig) static Stringstatic StringgetFullPathOfReportDir(RunStepConfig runStepConfig) static StringprepareDomain(RunStepConfig runStepConfig, String url) static String
-
Field Details
-
RANDOM_FOLDER_PLACEHOLDER
- See Also:
-
-
Constructor Details
-
BrowserUtils
public BrowserUtils()
-
-
Method Details
-
buildUrl
-
buildScreenshotContextListFromConfigAndState
public static List<ScreenshotContext> buildScreenshotContextListFromConfigAndState(RunStepConfig runStepConfig, JobConfig jobConfig) -
buildTestSetupContexts
public static List<ScreenshotContext> buildTestSetupContexts(RunStepConfig runStepConfig, JobConfig jobConfig) -
buildTestCleanupContexts
public static List<ScreenshotContext> buildTestCleanupContexts(RunStepConfig runStepConfig, JobConfig jobConfig) -
getFullPathOfReportDir
-
prepareDomain
-
prependHTTPIfNotThereAndToLowerCase
-