jonsamwell/flutter_gherkin

Is HTML report can be generated now?

lravihs opened this issue · 2 comments

Cucumber HTML reports are the best one if we can achieve this using flutter_gherkin. As in some discussions it's mentioned that once PB is implemented it will be done. Is that implemented now?.

I have implemented cucumber report using Flutter gherkin library, It generates the json report and then I am using javascript to use that json and generate a cucumber report.

@sandesh181199 Thanks a lot for the reply. Can you please give me the code or reference.? So that I can implement in my project too