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

Does PDFNGReport work with BDD? #21

Open padmasri opened 8 years ago

padmasri commented 8 years ago

Hi Uttesh,

Thank you so much for your efforts on this.

I just have a question, PDFNG report does work with BDD? Earlier I was using this with TDD - TestNG, now I need to use this with BDD Cucumber.

Much appreciate your help on this.

Regards, Padma.

uttesh commented 8 years ago

@padmasri PDFNG report is developed on TestNg, as long testng is used it will support.

for BDD without testng need to work on and add the feature plugin, according to my development time i will look into that, currently i'm working on some open source dynamic reporting systems, it will be in my todo list and will update on this.

Thanks, Uttesh,