public interface IReporter extends ITestNGListener
| Modifier and Type | Method and Description |
|---|---|
default void |
generateReport(List<XmlSuite> xmlSuites,
List<ISuite> suites,
String outputDirectory)
Generate a report for the given suites into the specified output directory.
|
default IReporterConfig |
getConfig()
Get the reporter configuration object.
|
default void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory)
xmlSuites - The list of XmlSuitesuites - The list of ISuiteoutputDirectory - The output directorydefault IReporterConfig getConfig()
NOTE: Reporter configuration objects must adhere to the JavaBean object conventions,
providing getter and setter methods that conform to standard naming rules. This enables ReporterConfig to serialize, deserialize, and instantiate the reporter.
Copyright © 2025. All rights reserved.