Ruby gem to merge Cucumber JSON reports and build single HTML Test Report
Hey guys!
Sorry to bother you, but would like to know what would be the best way to include JSON response payload (ideally formatted correctly) in report for some steps where I'm calling api? Currently I see response payload returned by REST API endpoint as output (using puts
in code) but thinking that maybe there is some better options.
Thank you!