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,
                                              java.lang.String specName)
                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        public void close()