标签:ref div 插件 添加 col self 显示文件 nbsp strong
如果你还想从头学起Pytest,可以看看这个系列的文章哦!
https://www.cnblogs.com/poloyy/category/1690628.html
Python3.6+
pip3 install pytest-html -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
pytest --html=report.html
会在当前目录下创建一个report.html的测试报告
上面命令生成的报告,css是独立的,分享报告的时候样式会丢失,为了更好的分享发邮件展示报告,可以把css样式合并到html里
pytest --html=report.html --self-contained-html
Pytest系列(12)- 测试结果生成HTML报告插件之pytest-html的详细使用
标签:ref div 插件 添加 col self 显示文件 nbsp strong
原文地址:https://www.cnblogs.com/poloyy/p/12688606.html