前期准备
1.下载并安装python3及以上版本
2.配置python环境变量
#python环境变量
PATH="/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/bin:${PATH}"
export PATH
alias python="/usr/local/bin/python3"
alias pip=pip3
注释:
查看环境变量方法:command+空格->open ~/.bash_profile
下载httprunner3
pip install httprunner(这里的pip就是pip3,看上面python环境变量的配置,alias pip=pip3)
pip install har2case
检查是否安装成功
hrun -V
har2case -V
有版本号则代表安装成功