Uses of Class
step.plugins.cypress.report.ExecutionReport
-
Packages that use ExecutionReport Package Description step.plugins.cypress step.plugins.cypress.report -
-
Uses of ExecutionReport in step.plugins.cypress
Methods in step.plugins.cypress that return ExecutionReport Modifier and Type Method Description ExecutionReport
CypressCommandRunnerSession. execute(java.lang.String command, long commandTimeout)
Methods in step.plugins.cypress with parameters of type ExecutionReport Modifier and Type Method Description void
CypressSpecRunnerSession. onReportTest(ExecutionReport executionReport)
void
CypressServices. report(java.lang.String sessionId, ExecutionReport report)
protected void
CypressCommandRunnerSession. reportExecution(ExecutionReport report)
void
CypressServices. reportTest(java.lang.String sessionId, ExecutionReport report)
-
Uses of ExecutionReport in step.plugins.cypress.report
Methods in step.plugins.cypress.report that return types with arguments of type ExecutionReport Modifier and Type Method Description java.util.List<ExecutionReport>
CypressSpecExecutionReport. getTestExecutionReports()
Method parameters in step.plugins.cypress.report with type arguments of type ExecutionReport Modifier and Type Method Description void
CypressSpecExecutionReport. setTestExecutionReports(java.util.List<ExecutionReport> testExecutionReports)
-