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

File path error running in Mac or Linus #8

Closed ghost closed 8 years ago

ghost commented 9 years ago

Hi Uttesh,

There is a configuration problem for running the plugin in Mac or Linux. For Linux, I changed the Constants.FORWARD_SLASH to “/” and in the report.xsl file, I changed the url(file:/{ReportLocation}/chart.png) to url(ReportLocation/chart.png).

My project currently running one test case for a large number of times, using the InvocationCount in TestNG. I just wonder if possible to retrieve the count of each test case run and present it in the PDF report.

Thanks a lot for the wonderful plugin and looking forward to future releases.

uttesh commented 9 years ago

Thanks tim,

i have addressed that issue in 2.8.0 version release, i will re validate the issue.

uttesh commented 9 years ago

Hi Tim,

Able to reproduced the linux path issue in 2.0.8 version jar, implemented the fixed and release 2.0.9 jar which is working fine on linux/mac systems fine.

regarding invocation count i will look into that in later releases. Thanks, Uttesh