Class ResultsManager

java.lang.Object
uk.co.evoco.webdriver.results.ResultsManager

public class ResultsManager
extends java.lang.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
    java.io.File createScreenshotDirectory()
    Creates a run specific directory that is timestamped to store screenshots
    java.io.File getScreenshotDirectory()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • createScreenshotDirectory

      public java.io.File createScreenshotDirectory()
      Creates a run specific directory that is timestamped to store screenshots
      Returns:
      File representing created screenshot directory
    • getScreenshotDirectory

      public java.io.File getScreenshotDirectory()
      Returns:
      File representing screenshot directory