| Interface | Description |
|---|---|
| IReporter |
| Class | Description |
|---|---|
| Configuration | |
| ExtentReports | |
| ExtentTest |
Defines a node in the report file.
|
| HTMLReporter |
Concrete HTMLReporter class
|
| LogCounts | |
| LogSettings |
| Enum | Description |
|---|---|
| DisplayOrder |
Sets the order in which tests will be sorted
|
| LogLevel |
Sets the maximum logging level for the log events
ALLOW_ALL: default setting which passes all log events to the report FAIL: Allows FAIL and FATAL events sent to the report WARNING: Allows WARNING and FAIL events to be sent to the report ERROR: Allows ERROR and FAIL events to be sent to the report ERRORS_AND_WARNING: Allows Errors, Warnings and FAIL/FATAL events OFF: No events are allowed to be written to the report |
| LogStatus |
Specifies the log status of the log-event
|
| NetworkMode | |
| ReporterType |
| Exception | Description |
|---|---|
| ExtentTestInterruptedException |