| Package | Description |
|---|---|
| com.aventstack.extentreports | |
| com.aventstack.extentreports.reporter |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExtentReporter> |
ExtentReports.getStartedReporters()
Returns a list of started reporters
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReportService.attachReporter(ExtentReporter... reporter) |
void |
ExtentReports.attachReporter(ExtentReporter... reporter)
Attach a
ExtentReporter reporter, allowing it to access all started
tests, nodes and logs |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReporter |
class |
BasicFileReporter
A base class for all reporter types that generate an output file
|
class |
ConfigurableReporter |
class |
ConsoleLogger |
class |
ExtentAventReporter
The ExtentHtmlReporter creates a rich standalone HTML file.
|
class |
ExtentBDDReporter
The ExtentHtmlReporter creates a rich standalone HTML file.
|
class |
ExtentCardsReporter
The ExtentHtmlReporter creates a rich standalone HTML file.
|
class |
ExtentEmailReporter
The ExtentHtmlReporter creates a rich standalone HTML file.
|
class |
ExtentHtmlReporter
Deprecated.
|
class |
ExtentKlovReporter
ExtentKlovReporter is a NoSQL database reporter (MongoDB), which updates
information in the database which is then used by the ExtentX server to
display in-depth analysis.
|
class |
ExtentLoggerReporter
The ExtentHtmlReporter creates a rich standalone HTML file.
|
class |
ExtentSparkReporter
The ExtentSparkReporter creates a rich standalone spark file.
|
class |
ExtentTabularReporter
The ExtentHtmlReporter creates a rich standalone HTML file.
|
class |
JsonFormatter |
Copyright © 2020. All Rights Reserved.