HTML Reports
- Dominant language
- Python
- Stars
- 155
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
Going along with one of the stated goals of marbles
*write richer tests that expose more information on test failure to help you debug failing tests faster*
The audience for reading such test results can be expanded by adding HTML reporting as an option in addition to current stdout reporting.
What I have in mind is something along the lines of report formatting provided by the [HtmlTestRunner](https://github.com/oldani/HtmlTestRunner) project which uses Jinja2 and Bootstrap under the hood.
HTML unittest reports can be saved to disk for historical auditing, or written to /tmp for one time or temporary viewing (default setting).
Basic HTML output screenshot

Contributor guide
Assessment
This issue has not been assessed yet.