-
Notifications
You must be signed in to change notification settings - Fork 134
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:
- ExtentSparkReporter (dest: file)
- ExtentKlovReporter (dest: MongoDB)
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>
Copyright (c) 2020 ExtentReports - Licensed under Apache-2.0