Class HtmlReporterSettings

java.lang.Object
org.citrusframework.report.HtmlReporterSettings

public class HtmlReporterSettings extends Object
  • Method Details

    • getReportTemplate

      public static String getReportTemplate()
      Get default report template HTML file.
      Returns:
      the path to the template file.
    • getReportDetailTemplate

      public static String getReportDetailTemplate()
      Get default report detail template HTML file.
      Returns:
      the path to the template file.
    • getReportDirectory

      public static String getReportDirectory()
      Get target directory where to create report.
      Returns:
    • getReportFile

      public static String getReportFile()
      Get the target output file name of the report.
      Returns:
    • getReportLogo

      public static String 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: