摘要: https://www.cnblogs.com/Avicii2018/p/16391336.html 问题描述:写好test.py文件和pytest.ini文件后,报错:UnicodeDecodeError: 'gbk' codec can't decode byte 0xb0 1.选择pytest 阅读全文
posted @ 2022-08-14 12:38 zwx901323 阅读(63) 评论(0) 推荐(0)
摘要: 一、 安装allure 1.下载Allure安装包:https://github.com/allure-framework/allure2/releases/ 2.添加到环境变量 3.pip安装包:pip install allure-pytest 4.配置pytest.ini文件 #https:/ 阅读全文
posted @ 2022-08-14 12:36 zwx901323 阅读(428) 评论(0) 推荐(0)