码迷,mamicode.com
首页 > Web开发 > 详细

Pytest系列(12)- 测试结果生成HTML报告插件之pytest-html的详细使用

时间:2020-04-13 14:12:41      阅读:123      评论:0      收藏:0      [点我收藏+]

标签: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是独立的,分享报告的时候样式会丢失,为了更好的分享发邮件展示报告,可以把css样式合并到html里

pytest --html=report.html --self-contained-html

 

注意事项

  • 在将文件或链接添加到独立报告时,插件会发出warnings;
  • 在html测试报告中可能无法按预期显示文件或链接

 

Pytest系列(12)- 测试结果生成HTML报告插件之pytest-html的详细使用

标签:ref   div   插件   添加   col   self   显示文件   nbsp   strong   

原文地址:https://www.cnblogs.com/poloyy/p/12688606.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!