ExtentReports Reporter API class
The reporting capabilities of the framework are very important. There are many third-party open source APIs that can be used to build and/or email reports of the Selenium test results.
One particularly nice tool is called ExtentReports and it is developed by AventStack. This Java and .NET API allows users to build and customize an HTML report of all the TestNG results data for a Selenium suite run. There is a Community Edition, which is a free open source tool, and a Professional Edition, which has a lot of additional features.
Note
The ExtentReports tool is developed by (c) AventStack and is located at http://extentreports.com/.
The ExtentReports Professional Edition has a number of different features from the Community Edition. Some of those features are:
- Offline reports: This feature provides the ability to create reports offline instead of interactively while the test is running
- Configure view visibility: This feature allows users the ability to turn off some...