Skip to content

Reporters

Anshoo Arora edited this page Aug 13, 2020 · 5 revisions

Reporters define the destination where the test information you create can be forwarded to including files, database or stored in memory to be used at a later point in time.

Below are the reporters available:

All file-based reporters are available with the standard library. ExtentKlovReporter is available from the following dependency:

<groupId>com.aventstack</groupId>
<artifactId>klov-reporter</artifactId>
<version>5.0.0</version>
Clone this wiki locally