Skip to content

Add support for outputting HTML report to StringIO#94

Open
bobf wants to merge 2 commits into
rajatthareja:masterfrom
bobf:master
Open

Add support for outputting HTML report to StringIO#94
bobf wants to merge 2 commits into
rajatthareja:masterfrom
bobf:master

Conversation

@bobf
Copy link
Copy Markdown

@bobf bobf commented Sep 12, 2020

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

Bypass filesystem if needed, or output to an open File object, instead
of writing to a given filename.
Allow loading report data from a provided JSON string instead of loading
from a path on the filesystem.
@bobf
Copy link
Copy Markdown
Author

bobf commented Sep 12, 2020

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant