Package org.citrusframework.report
Class HtmlReporterSettings
java.lang.Object
org.citrusframework.report.HtmlReporterSettings
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringGet default report detail template HTML file.static StringGet target directory where to create report.static StringGet the target output file name of the report.static StringGet the logo source to add to the report.static StringGet default report template HTML file.static booleanGet setting to determine if report is enabled.
-
Method Details
-
getReportTemplate
Get default report template HTML file.- Returns:
- the path to the template file.
-
getReportDetailTemplate
Get default report detail template HTML file.- Returns:
- the path to the template file.
-
getReportDirectory
Get target directory where to create report.- Returns:
-
getReportFile
Get the target output file name of the report.- Returns:
-
getReportLogo
Get the logo source to add to the report.- Returns:
-
isReportEnabled
public static boolean isReportEnabled()Get setting to determine if report is enabled.- Returns:
-