-
## 问题描述
在testcase中引用api,提示AssertionError: validator should be parsed first
## 版本信息
请提供如下版本信息:
- 操作系统类型: linux
- Python 版本 3.7.1
- HttpRunner 版本 2.2.3
## 项目文件内容(非必须)
testcase文件内容
…
-
这个应该是httprunner或者request可以设置超时时间吧?请问怎么配置的,超时时间大一些?
-
## 问题描述
执行命令后,查看报告提示 OSError: [WinError 6] 句柄无效。
hrun demo/testcases/createFolder_test.py --html=demo/reports/report.html
## 版本信息
请提供如下版本信息:
httprunner版本:3.1.4
os: window10
python 3.7.…
-
## 问题描述
请对遇到的 bug 进行简要描述。
## 版本信息
请提供如下版本信息:
- 操作系统类型: [e.g. macos]
- Python 版本 [e.g. 3.6]
- HttpRunner 版本 [e.g. 3.6.1]
- **设备 ID**: [e.g. 190070690681122]
## 项目文件内容(非必须)
…
-
## 问题描述
> 下载后创建httprunner工程文件,总提示虚拟环境起不来;
>
![image](https://github.com/httprunner/httprunner/assets/27984345/81fb565c-63eb-4fe6-a8ed-44d787877048)
Thiserror originates from a subprocess, and…
-
- OS:Windows
- Python 3.6
- HttpRunner 2.0
when the request contains chinese, I got the error massege as following. how can I fix it?
-----------------------------------------------------------…
-
## 问题描述
hrp 用例转换命令行参数不同位置描述不一致,功能是否等同?
https://github.com/httprunner/httprunner 上描述的参数:har2case
https://github.com/httprunner/httprunner/blob/master/docs/cmd/hrp_convert.md 上描述的参数:convert
## 版…
-
## log的validators字段
![image](https://user-images.githubusercontent.com/11568297/50393295-496bd700-0790-11e9-9491-8d670c741f12.png)
## 测试报告的validators字段![image](https://user-images.githubuserconten…
-
## 问题描述
## 版本信息
请提供如下版本信息:
- 操作系统类型: [ Windows]
- Python 版本: [3.8]
- HttpRunner 版本 [3.1.11]
## 项目文件内容
测试用例
Step(
RunRequest("createUser")
.post("/cr…
-
小弟刚接触接口测试,本地也安装了HTTPRunner写过两条case。
今天安装Jmeter最新的4.0版本体验了下,发现也能支持录制啊,像参数化和数据驱动,看样子也都支持啊,性能测试更不用说了。
所以请教一下大神,能否深入对比一下?