[原创]Windows下Python+Pytest+Allure 接口自动化测试环境安装
[原创]Windows下Python+Pytest+Allure 接口自动化测试环境安装
1 Python安装
Python3.7安装,建议python3.7 64bit(略);
2、Pytest安装
pip install pytest
3、pytest-allure-adaptor插件
pip install pytest-allure-adaptor
下载地址: https://github.com/allure-framework/allure2/releases
百度网盘下载,防走失: 链接:https://pan.baidu.com/s/1uFv6M-3_o1Z9Wq77pVG4mA 提取码:bvi6
4、Pytest+Allure报告生成