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

Fixed relative paths (Fixes #17) #24

Open forresthopkinsa opened 7 years ago

forresthopkinsa commented 7 years ago

It actually took a while to figure out where the paths were being incorrectly processed, but once I did, it was a pretty easy fix. Just needed to create absolute paths.

Also, the filepath-separator conversion in this program is pretty weird. That's why that ".replace('\, '/')" is there.

Fixes #17

forresthopkinsa commented 7 years ago

Hey @uttesh could you give some feedback on this? I don't mean to rush you but I'd like this to be in Maven Central asap.