-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a PDF reporter #166
Comments
Hey, sorry for the delay. Yes, that sounds like a great addition both to the slack reporter and as a standalone reporter. |
The One other option would be generating the PDF using something like prawn, although creating a suitable template will be considerably more work, since it cannot use an ERB template as an input (the prawn templating module has been deprecated quite some time ago) |
Sounds good! Looking forward to seeing your PR :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I'm currently working on a PDF reporter that uses an ERB template to output an html, and then call
wkhtmltopdf
for rendering the final file. The main reason for me was to create a nice output for the report to send via the Slack reporter, in case the amount of issues found was large.The changes should be relatively easy to merge, the only new dependency would be
wkhtmltopdf
.I'm open to discussion if anyone wants to propose a better solution
The text was updated successfully, but these errors were encountered: