Hi everyone! I am looking for some solution to gen...
# general
l
Hi everyone! I am looking for some solution to generate human readable html (or any other) report after running
pants test ...
I wanted to use
pytest-html
which works, but produces separate reports per pants process and I would need one report for the entire run. After reading through slack I guess the easiest solution would be to take the junit xml and use some tool like
junit2html
to convert it, but I wonder maybe someone solved that problem in a different way.
h
That sounds about right. In fact that would be a desirable feature in core Pants, since the partitioning into processes is not something the end user needs to care about