Open
Description
We are running into a situation with the combination of pytest-repeat and pytest-html where we repeat a test n times yet if aborted (for example by Jenkins) no HTML report is generated. This occurs even if n - 1 iterations ran successfully and pytest execution was only aborted during the last iteration. I welcome any suggestions/solutions that I can implement myself (for example in conftest.py
).