1、allure官方下载地址:
https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/
2、解压压缩包。将 bin 目录配置的系统环境变量 path 中。
3、在cmd中输入:allure,不提示 allure 不是内部或外部命令,说明allure已经配置好了。
4、在pycharm的终端输入pip install allure-pytest 安装allure-pytest插件即可。
标签:教程,pytest,allure,测试,自动化,安装 From: https://www.cnblogs.com/zm1231/p/17651405.html