pytest-html
pytest-html copied to clipboard
pytest-html doesn't always flush the results
I believe there is some sort of race condition going on, sometimes I get the report generated at the right time but the results are just not there.
My setup for pytest is very simple
# pytest.ini
addopts = --html=report.html --self-contained-html
Really hard to repro this without a lot more information, preferably a repro-repo or similar.
Regardless, we're re-building the plugin from scratch. Beta release coming within a week or two.
Closing this for lack of interaction. Feel free to re-open.