testng-custom-report-example

Example of customized TestNG report.

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

  1. Total suite time is displayed in seconds rather than milliseconds.
  2. Each test start time is shown in human readable form.
  3. Each test duration is shown in seconds.
  4. Report name and date is shown at the top.
  5. Added name column to show test name.
  6. Added examples of Skip, DataProvider, and Failure to sample screenshot (see below).

example

Alt text