Pytest系列(12)- 测试结果生成HTML报告插件之pytest-html的详细使用
2021-03-23 02:26
标签:ref div 插件 添加 col self 显示文件 nbsp strong 如果你还想从头学起Pytest,可以看看这个系列的文章哦! https://www.cnblogs.com/poloyy/category/1690628.html Python3.6+ 会在当前目录下创建一个report.html的测试报告 上面命令生成的报告,css是独立的,分享报告的时候样式会丢失,为了更好的分享发邮件展示报告,可以把css样式合并到html里 Pytest系列(12)- 测试结果生成HTML报告插件之pytest-html的详细使用 标签:ref div 插件 添加 col self 显示文件 nbsp strong 原文地址:https://www.cnblogs.com/poloyy/p/12688606.html环境前提
安装插件
pip3 install pytest-html -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
快速入门
pytest --html=report.html
合并CSS
pytest --html=report.html --self-contained-html
注意事项
上一篇:Http主要方法及含义
下一篇:requests之网页采集器
文章标题:Pytest系列(12)- 测试结果生成HTML报告插件之pytest-html的详细使用
文章链接:http://soscw.com/index.php/essay/67736.html