Extent Reports

Extent Reports are graphical reports, which are a graphical presentation of the Automation Run. 

The following screenshot is a sample extent report. A tidy report displaying the number of tests passed is displayed:

To use Extent Reports, add the following dependency in pom.xml, as shown here:

<!-- https://mvnrepository.com/artifact/com.aventstack/extentreports --><dependency> <groupId>com.aventstack</groupId> <artifactId>extentreports</artifactId> <version>3.1.5</version> <scope>test</scope></dependency>

Follow the following steps to download the Extent Report Jar:

  1. Save the pom.xml
  2. Right click on Project
  3. Click Maven | Update ...

Get Selenium WebDriver Quick Start Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.