@Retention(value=RUNTIME) @Repeatable(value=ExtendedCucumberOptionList.class) @Target(value=TYPE) public @interface ExtendedCucumberOptions
| Modifier and Type | Required Element and Description |
|---|---|
String |
jsonReport |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
breakdownConfig |
boolean |
breakdownReport |
boolean |
consolidatedReport |
String |
consolidatedReportConfig |
boolean |
coverageReport |
boolean |
detailedAggregatedReport |
boolean |
detailedReport |
String[] |
excludeCoverageTags |
boolean |
featureOverviewChart |
String[] |
includeCoverageTags |
String |
jsonUsageReport |
String |
knownErrorsConfig |
boolean |
knownErrorsReport |
String |
outputFolder |
boolean |
overviewReport |
String |
pdfPageSize |
String |
reportPrefix |
int |
retryCount |
String |
screenShotLocation |
String |
screenShotSize |
boolean |
toPDF |
boolean |
usageReport |
public abstract String jsonReport
public abstract String jsonUsageReport
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 knownErrorsConfig
public abstract String consolidatedReportConfig
Copyright © 2013-2016. All Rights Reserved.