1.httprunner安装
准备工作
环境:自己的是mac os系统
前提准备:python版本(python3)
httprunner安装
pip3 install HttpRunner
pip3 install har2case
参考:https://www.cnblogs.com/may18/p/12483161.html
我们用一个镜像网站:http://pypi.doubanio.com/simple/
这里几乎包含所有的常见包
pip install XXX 追加 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com 即可