pytest-html icon indicating copy to clipboard operation
pytest-html copied to clipboard

how can i realize append html result other than overwrite html result?

Open lp120037920 opened this issue 4 years ago • 1 comments
trafficstars

now I run 2 commmands:

  1. pytest test1.py --html=report.html
  2. pytest test2.py --html=report.html

finally, the second runned command which generate report.html will overwrite the first generated report.html, but i hope the two result can merged, that means report.html include test1.py and test2.py result, could you tell me how i can do that?thank you very much

lp120037920 avatar Feb 02 '21 06:02 lp120037920

duplicates #443

jkowalleck avatar Feb 02 '21 19:02 jkowalleck