pytest-html
pytest-html copied to clipboard
how can i realize append html result other than overwrite html result?
trafficstars
now I run 2 commmands:
- pytest test1.py --html=report.html
- 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
duplicates #443