httprunner 使用1

 一、安装与更新:

1、 安装:  pip install  httprunner  

 检查: hrun -h   返回版本号  即安装ok

2、更新:  pip install -U Httprunner

中文使用文档:https://cn.httprunner.org/Installation/

二、使用

1、 通过抓包获取数据  并将格式 expect为 .har

2、通过 har2case *.har   生成  *.json  或者  har2case *.har -2y   生成  *.yml   {注意:  有的是cookies 不止 value    :  将 *.yml 或 *.json     的  cookie  修改下  :  “cookie”:“XX=XXXXX;YY=YYYY”    分号之间不能留空格}

3、执行  hurn *.json 

4.  结果保存在  report 中 , 按时间戳命名

 

posted @ 2019-12-05 17:25  靡不有初_鲜克有终  阅读(146)  评论(0编辑  收藏  举报