public interface ErrorReporter
Modifier and Type | Method and Description |
---|---|
void |
writeErrorReport(String reportText)
Writes an error report file into the TestNG output directory, based on the name of the test,
containing the current page content.
|
void writeErrorReport(String reportText)
reportText
- text to store in an associated .txt file, describing the failure.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.