October 2018
Intermediate to advanced
192 pages
5h 12m
English
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:
Read now
Unlock full access