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

pytest-html报告

时间:2020-06-29 00:44:43      阅读:78      评论:0      收藏:0      [点我收藏+]

标签:test   css   用例   html   执行   显示   color   path   style   

1、打开cmd,cd到需要执行pytest用例的目录,执行指令:pytest --html=report.html

2、指定报告的path

执行指令: pytest --html=./report/report.html   #相对路径,也可指定绝对路径

 

报告独立显示

上面方法生成的报告,css是独立的,分享报告的时候样式会丢失,为了更好的分享发邮件展示报告,可以把css样式合并到html里:

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

pytest-html报告

标签:test   css   用例   html   执行   显示   color   path   style   

原文地址:https://www.cnblogs.com/jodie2019/p/13205573.html

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