Package step.plugins.cypress.report
Class CypressSpecExecutionReport
- java.lang.Object
-
- step.plugins.cypress.report.CypressSpecExecutionReport
-
public class CypressSpecExecutionReport extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
processOutput
boolean
success
-
Constructor Summary
Constructors Constructor Description CypressSpecExecutionReport(boolean success, java.lang.String processOutput)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<byte[]>
getAttachments()
java.util.List<ExecutionReport>
getTestExecutionReports()
void
setAttachments(java.util.List<byte[]> attachments)
void
setTestExecutionReports(java.util.List<ExecutionReport> testExecutionReports)
-
-
-
Method Detail
-
getTestExecutionReports
public java.util.List<ExecutionReport> getTestExecutionReports()
-
setTestExecutionReports
public void setTestExecutionReports(java.util.List<ExecutionReport> testExecutionReports)
-
getAttachments
public java.util.List<byte[]> getAttachments()
-
setAttachments
public void setAttachments(java.util.List<byte[]> attachments)
-
-