Package org.citrusframework.report
Class TestReporterSettings
java.lang.Object
org.citrusframework.report.TestReporterSettings
- Author:
- Christoph Deppisch
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringGet target report directory where to create files.static booleanGet setting if report should automatically clear all test results after finishing the test suite.static booleanGet setting if report should ignore errors during report generation.
-
Method Details
-
isAutoClear
public static boolean isAutoClear()Get setting if report should automatically clear all test results after finishing the test suite. Default value is true.- Returns:
-
isIgnoreErrors
public static boolean isIgnoreErrors()Get setting if report should ignore errors during report generation. Default is true.- Returns:
-
getReportDirectory
Get target report directory where to create files.- Returns:
-