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

Dynamic test name in the report #14

Open ayazhasankhan opened 8 years ago

ayazhasankhan commented 8 years ago

Hi Uttesh,

I am using data provider to generate multiple runs of the same test and want each run to have a unique name in the report. Please find the attachment for your reference.

Pdf Report.docx

uttesh commented 8 years ago

@ayaz915 library is updated and data provider dynamic test case feature is added.

version : 2.1.3

Test class should implement the @beforeMethod and ITest, sample is provided in README/demo web link and sample code under pdf demo project

Thanks