
public class CucumberDetailedResults extends KECompatibleReport
| Modifier and Type | Field and Description |
|---|---|
private String |
screenShotLocation |
private String |
screenShotWidth |
CHART_HEIGHT, CHART_THICKNESS, CHART_WIDTH| Constructor and Description |
|---|
CucumberDetailedResults() |
CucumberDetailedResults(ExtendedRuntimeOptions extendedOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(boolean aggregate,
String[] formats) |
void |
execute(KnownErrorsModel batch,
boolean aggregate,
String[] formats) |
private String[] |
generateEmbededScreenShots(CucumberScenarioResult scenario,
CucumberStepResult step) |
String |
generateNameFromId(String scId) |
private String |
getExtensionFromMime(String mime) |
CucumberReportLink |
getReportDocLink() |
CucumberReportTypes |
getReportType() |
String |
getScreenShotLocation() |
String |
getScreenShotWidth() |
int[][] |
getStatuses(CucumberFeatureResult[] results) |
void |
setScreenShotLocation(String screenShotLocationValue) |
void |
setScreenShotWidth(String screenShotWidthValue) |
void |
validateParameters() |
execute, execute, executeexecute, execute, executeaggregateResults, execute, execute, readFileContent, readFileContentconstructErrorMessage, dumpOverviewStats, export, generateReportFromTemplate, getOutputDirectory, getOutputName, getPdfPageSize, getSourceFile, getSourceFiles, getTemplatesLocation, isImageExportable, readFileContent, replaceSvgWithPng, setOutputDirectory, setOutputName, setPdfPageSize, setSourceFile, setSourceFiles, setTemplatesLocationprivate String screenShotLocation
private String screenShotWidth
public CucumberDetailedResults()
public CucumberDetailedResults(ExtendedRuntimeOptions extendedOptions)
public final String getScreenShotLocation()
public final void setScreenShotLocation(String screenShotLocationValue)
screenShotLocationValue - the screenShotLocation to setpublic final String getScreenShotWidth()
public final void setScreenShotWidth(String screenShotWidthValue)
screenShotWidthValue - the screenShotWidth to setprivate String[] generateEmbededScreenShots(CucumberScenarioResult scenario, CucumberStepResult step) throws IOException
IOExceptionpublic int[][] getStatuses(CucumberFeatureResult[] results)
getStatuses in class CucumberResultsCommonpublic CucumberReportTypes getReportType()
getReportType in class CucumberResultsCommonpublic void validateParameters()
validateParameters in class CucumberResultsCommonpublic CucumberReportLink getReportDocLink()
getReportDocLink in class CucumberResultsCommonpublic void execute(boolean aggregate,
String[] formats)
throws Exception
execute in class ConfigurableReport<KnownErrorsModel>Exceptionpublic void execute(KnownErrorsModel batch, boolean aggregate, String[] formats) throws Exception
execute in class KECompatibleReportExceptionCopyright © 2013-2017. All Rights Reserved.