Tuesday, March 3, 2015

Generate PDF report for selenium/testng test cases.

Use Open source pdfngreport plugin to generate the pdf report for the selenium/testng test cases execution.

It's Opensource and in maven repository

<dependency>
        <groupId>com.uttesh</groupId>
        <artifactId>pdfngreport</artifactId>
        <version>2.0.3</version>
</dependency>

Official WebPage http://uttesh.github.io/pdfngreport/

Pdf report will have chart shows how many test cases passed/failed/skipped.





Status table which shows full detail status of each test cases.



Exception summary of failed test cases.

0 comments:

Post a Comment