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:
![](https://static.packt-cdn.com/products/9781789612486/graphics/assets/15a11b30-7ae7-41b0-a7c3-4cae78550a6f.png)
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:
- Save the pom.xml
- Right click on Project
- Click Maven | Update Project
Alternatively, the Extent Report jar can be downloaded from http://extentreports.com/community/ (click on the Java 3.1.5 link).