@Inherited @Retention(value=RUNTIME) @Repeatable(value=ExtendedCucumberOptionList.class) @Target(value=TYPE) public @interface ExtendedCucumberOptions
Modifier and Type | Optional Element and Description |
---|---|
boolean |
benchmarkReport |
String |
benchmarkReportConfig |
String |
breakdownConfig |
boolean |
breakdownReport |
boolean |
consolidatedReport |
String |
consolidatedReportConfig |
boolean |
coverageReport |
boolean |
customReport |
String[] |
customReportTemplateNames |
String |
customTemplatesPath |
boolean |
detailedAggregatedReport |
boolean |
detailedReport |
String[] |
excludeCoverageTags |
String |
featureMapConfig |
boolean |
featureMapReport |
boolean |
featureOverviewChart |
String[] |
formats |
String[] |
includeCoverageTags |
String |
jsonReport |
String[] |
jsonReports |
String |
jsonUsageReport |
String[] |
jsonUsageReports |
String |
knownErrorsConfig |
boolean |
knownErrorsReport |
String |
outputFolder |
boolean |
overviewChartsReport |
boolean |
overviewReport |
String |
pdfPageSize |
String |
reportPrefix |
int |
retryCount |
String |
screenShotLocation |
String |
screenShotSize |
boolean |
systemInfoReport |
int |
threadsCount |
String |
threadsCountValue |
boolean |
toPDF |
boolean |
usageReport |
public abstract String jsonReport
public abstract String[] jsonReports
public abstract String jsonUsageReport
public abstract String[] jsonUsageReports
public abstract String outputFolder
public abstract String reportPrefix
public abstract String screenShotSize
public abstract String pdfPageSize
public abstract String screenShotLocation
public abstract String[] includeCoverageTags
public abstract String[] excludeCoverageTags
public abstract String breakdownConfig
public abstract String featureMapConfig
public abstract String knownErrorsConfig
public abstract String consolidatedReportConfig
public abstract String threadsCountValue
public abstract String benchmarkReportConfig
public abstract String[] customReportTemplateNames
public abstract String customTemplatesPath
public abstract String[] formats
Copyright © 2013-2017. All Rights Reserved.