testng-custom-report-example
Example of customized TestNG report. Based on TestNG built-in implementation: org.testng.reporters.EmailableReporter2
.
Created on Intellij-IDEA 13.1
features
- Total suite time is displayed in seconds rather than milliseconds.
- Each test start time is shown in human readable form.
- Each test duration is shown in seconds.
- Report name and date is shown at the top.
- Added name column to show test name.
- Added examples of Skip, DataProvider, and Failure to sample screenshot (see below).
example