#####安装之前记得安装Python环境额
1.安装: pip install pytest 2.验证安装: pytest --version 3.安装Allure: a.Allure官网下载allure.zip:http://allure.qatools.ru/ b.将allure\bin添加到path环境变量 c.pip install allure-pytest d.cmd输入allure验证
原文:https://www.cnblogs.com/IT-kingman/p/14055877.html