This example covers the implementation of ExtentReports in Selenium using TestNG, Java and Maven.
ExtentReports are available in two versions, community and commercial. For the ease and demonstration purpose, we will be using community version.
1. Dependency
Add the dependency in your Maven pom.x...