uttesh / pdfngreport

This is the pdf report plugin library written for testng/selenium frameworks, this listener will generate the pdf report on testcases execution, its very simple to configure no need to write any code.
http://uttesh.github.io/pdfngreport/
Other
30 stars 26 forks source link

xslt errors on executing if another xslt jar exist #9

Open abhianni opened 9 years ago

abhianni commented 9 years ago

On executing with a project with another xslt report type it gives xslt error as conflicts happens and another jar file gets picked.

Solution - Just simply remove all other xslt jar file from the project referenced lib and project will start working.

uttesh commented 9 years ago

@abhianni thanks for the solution.