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, execute
execute, execute, execute
aggregateResults, execute, execute, readFileContent, readFileContent
constructErrorMessage, dumpOverviewStats, export, generateReportFromTemplate, getOutputDirectory, getOutputName, getPdfPageSize, getSourceFile, getSourceFiles, getTemplatesLocation, isImageExportable, readFileContent, replaceSvgWithPng, setOutputDirectory, setOutputName, setPdfPageSize, setSourceFile, setSourceFiles, setTemplatesLocation
private 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
IOException
public int[][] getStatuses(CucumberFeatureResult[] results)
getStatuses
in class CucumberResultsCommon
public CucumberReportTypes getReportType()
getReportType
in class CucumberResultsCommon
public void validateParameters()
validateParameters
in class CucumberResultsCommon
public CucumberReportLink getReportDocLink()
getReportDocLink
in class CucumberResultsCommon
public void execute(boolean aggregate, String[] formats) throws Exception
execute
in class ConfigurableReport<KnownErrorsModel>
Exception
public void execute(KnownErrorsModel batch, boolean aggregate, String[] formats) throws Exception
execute
in class KECompatibleReport
Exception
Copyright © 2013-2017. All Rights Reserved.