ReportBuilder icon indicating copy to clipboard operation
ReportBuilder copied to clipboard

Add support for outputting HTML report to StringIO

Open bobf opened this issue 5 years ago • 1 comments

Bypass filesystem if needed, or output to an open File object, instead of writing to a given filename.

bobf avatar Sep 12 '20 13:09 bobf

@rajatthareja Hi, thank you for making this gem, we are using it to generate reports of tests on websites.

We save our Cucumber results to a database so I have added functionality to allow loading from an input string and outputting to a StringIO (to serve directly to browser from controller).

I have added tests for both new features - let me know if you need me to make any adjustments.

bobf avatar Sep 12 '20 14:09 bobf