rajatthareja / ReportBuilder

Ruby gem to merge Cucumber JSON reports and build mobile-friendly HTML Test Report, JSON report and retry file.
https://reportbuilder.rajatthareja.com
MIT License
81 stars 47 forks source link

Report "cucumber_web_report.html" Not Generated #104

Closed joohwho closed 2 years ago

joohwho commented 2 years ago

The error below occurred when generating the report for more than one scenario. So I had to make a change to "builder.rb" (lines 198 and 199) in order to generate the report. As you can see in the second screenshot, I just added "to_s" to "scenario['id']".

Error: error

Correction: error2

I don't want to say there's something wrong, I just want to show you what I've done to make it right for me.

Sorry for my terrible English.

Thanks!

Best regards, Jonathan Oliveira

joohwho commented 2 years ago

Is done.