安装html:
1.github上源码地址【https://github.com/pytest-dev/pytest-html】
2.pip安装 pip install pytest-html
3.cmd执行用例,生成报告 pytest --html=report.html
4.上面方法生成的报告,css是独立的,分享报告的时候样式会丢失,为了更好的分享发邮件展示报告,可以把css样式合并到html里 pytest --html=report.html --self-contained-html