今天在用pytest生成report.html测试报告时,发现程序运行报错。这里浅浅记录一下。环境是Python3.9.13。
报错内容:
pytest:error:pytest _jb_pytest_runner.py: error: unrecognized arguments: --html=../report/report.html
原因分析与解决办法:
pytest-html
为pytest测试框架的中报告插件,但是这个插件安装pytest时没有带,需要单独安装,在Windows系统的cmd里输入即可:
pip3 install pytest-html
版权声明:本文为qq2248083924原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。