Package uk.co.evoco.webdriver.results
Class ResultsManager
- java.lang.Object
-
- uk.co.evoco.webdriver.results.ResultsManager
-
public class ResultsManager extends Object
Responsible for sorting out folders and anything else to do with reporting
-
-
Constructor Summary
Constructors Constructor Description ResultsManager()
-
Method Summary
Modifier and Type Method Description File
createScreenshotDirectory()
Creates a run specific directory that is timestamped to store screenshotsFile
getScreenshotDirectory()
-
-
-
Method Detail
-
createScreenshotDirectory
public File createScreenshotDirectory()
Creates a run specific directory that is timestamped to store screenshots- Returns:
- File representing created screenshot directory
-
getScreenshotDirectory
public File getScreenshotDirectory()
- Returns:
- File representing screenshot directory
-
-