pip3 install pytest
pip3安装以下allure依赖包
pip3 install pytest-allure-adaptor
或者
pip3 uninstall pytest-allure-adaptor
pip3 install allure-pytest
第一种方式:配置allure环境
https://docs.qameta.io/allure/#_installing_a_commandline
手动下载allure.zip包
第二种方式
在某个文件夹或者桌面下,按住shif健+鼠标右键,然后点击:在此处打开PowerShell窗口,在窗口命令下安装scoop工具以及安装allure环境
安装scoop工具
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
提示错误:更换执行策略
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
再次安装scoop工具
安装allure
scoop install allure