CiscoTestAutomation / pyats

Cisco DevNet pyATS Test Framework Bug Tracker
Apache License 2.0
146 stars 31 forks source link

RFE: PDF Reports #18

Open supertylerc opened 5 years ago

supertylerc commented 5 years ago

Easypy can generate both xunit and an HTML log report which is great! Unfortunately, my build system (GitLab) can only render HTML if the repository is public (something I don't want to do) or by an xunit artifact. In my case, though, I'm already generating an xunit artifact for code quality of the Python code itself. The build system can render PDFs inline, though! This is probably a corner case for me, but maybe someone else would appreciate a native PDF report?

simingy commented 5 years ago

it's actually entirely possible to write a plugin for easypy to generate PDF reports, if that's something you're interested it.