1、生成resultlog文件
2、生成JunitXML文件
3、生成html测试报告
> pip install pytest-html # 通过pip安装pytest-html
4、生成allure测试报告
>pip install allure-pytest 安装allure库
下载https://github.com/allure-framework/allure2/releases
配置环境变量:D:\allure-2.10.0\bin
2022-11-28 11:07:10
1、生成resultlog文件
2、生成JunitXML文件
3、生成html测试报告
> pip install pytest-html # 通过pip安装pytest-html
4、生成allure测试报告
>pip install allure-pytest 安装allure库
下载https://github.com/allure-framework/allure2/releases
配置环境变量:D:\allure-2.10.0\bin