python使用pytest+pytest报告

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python使用pytest+pytest报告相关的知识,希望对你有一定的参考价值。

需要安装pytest和pytest-html

pip3 install -U pytest

pip3 install -U pytest-html 

技术分享

 

以上是关于python使用pytest+pytest报告的主要内容,如果未能解决你的问题,请参考以下文章

python使用pytest+pytest报告

python pytest测试框架介绍四----pytest-html插件html带错误截图及失败重测机制

在python中使用pytest coverage和codecov.io

pytest中的关联参数化日志及测试报告

pytest执行并生成报告方式

pytest学习和使用16-HTML报告如何生成?(pytest-html)