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

cast to string to concatenate full string without errors #103

Open diegodominguez3 opened 2 years ago

diegodominguez3 commented 2 years ago

I was having this error: NoMethodError: undefined method '+' for nil:NilClass in my code and casting the id seem to fix it.

joohwho commented 2 years ago

I had to do that too.