Use Open source pdfngreport plugin to generate the pdf report for the selenium/testng test cases execution.
It's Opensource and in maven repository
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.
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.
Hi.. whether the file will be generated automatically? if yes then where
ReplyDelete