使用pytest-html时报错

pytest: error: unrecognized arguments报错解决

 

 

1、检查是否安装pytest-html

pip list

未安装则使用 pip install pytest-html

2、安装后还是继续报错,则使用pycharm配置

pytest: error: unrecognized arguments报错解决

 

相关文章: