@Singleton public class ReportProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
REPORT_DIRECTORY |
static String |
REPORT_DIRECTORY_TIMESTAMP |
| Constructor and Description |
|---|
ReportProperties(CucumberPDFReportLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
String |
getReportDirectory() |
String |
getReportScreenshotLocation() |
boolean |
isStrictCucumber6Behavior() |
void |
setReportDirectory(String reportDirectory,
String reportDirectoryTimeStamp) |
void |
setStrictCucumber6Behavior(String strictCucumber6Behavior) |
public static final String REPORT_DIRECTORY
public static final String REPORT_DIRECTORY_TIMESTAMP
@Inject public ReportProperties(CucumberPDFReportLogger logger)
public String getReportScreenshotLocation()
public boolean isStrictCucumber6Behavior()
public String getReportDirectory()
public void setStrictCucumber6Behavior(String strictCucumber6Behavior)
Copyright © 2022. All rights reserved.