Class CypressSpecRunnerSession

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class CypressSpecRunnerSession
    extends AbstractCypressSession
    • Constructor Detail

      • CypressSpecRunnerSession

        public CypressSpecRunnerSession​(CypressSessionManager cypressSessionManager,
                                        java.io.File projectFile)
    • Method Detail

      • onReportTest

        public void onReportTest​(ExecutionReport executionReport)
      • run

        public CypressSpecExecutionReport run​(boolean headless,
                                              boolean debug,
                                              java.lang.String specName,
                                              javax.json.JsonObject inputJson)
                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Overrides:
        close in class AbstractCypressSession
        Throws:
        java.io.IOException