ReportBuilder
ReportBuilder copied to clipboard
Add support for outputting HTML report to StringIO
Bypass filesystem if needed, or output to an open File object, instead of writing to a given filename.
@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.