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

Cucumber Steps with "double quotes"/"<>" is broken and converted to ASCII codes #76

Closed prashanth-sams closed 4 years ago

prashanth-sams commented 5 years ago

The JSON file generated through report builder interprets the special characters such as "", <>, "<>"

regex_2

regex

prashanth-sams commented 5 years ago

@rajatthareja is there something we can do here?

rajatthareja commented 5 years ago

@prashanth-sams I will try to fix it on coming weekend. Can u try couple of old versions of gem and let me know if it's working fine in any of them.

rajatthareja commented 5 years ago

my test results

https://reportbuilder.rajatthareja.com/sample/report.html

@prashanth-sams "double quotes" are working fine for me, If you are still facing issue please provide more details, cucumber version, ruby version, OS, browser