debugtalk
debugtalk
看了下介绍,还挺有意思的,后续可以考虑兼容支持下。 https://github.com/Huachao/vscode-restclient https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html
@velkoz1108 当前还没有支持,我们可以在下个版本支持下。 初步来看,支持全局层面的 timeout 是否可以满足需求呢?
@maxiaoqian 在 v4.1.5 中新增内置支持了 upload 特性。 https://github.com/httprunner/httprunner/pull/1375/files#diff-600b694eb569093247a655e3c82b7f8196ca4d643e37222687415fea01e46114
@kinc123 感谢反馈,这的确是一个 bug,我们在下个版本修复下。
@Xiaojun0822 原因是你在 debugtalk.py 中 import 了 psycopg2 这个依赖;而你在运行脚本的时候,所在的环境没有安装该依赖。 你在 `~/.hrp/venv/` 中安装依赖后应该就可以了。
feat: print statistics summary after load testing finished httprunner/hrp#138
当前 testcase config 中不支持配置公共 header,这个特性后面再考虑加上。
将公共 header 写在 debugtalk.py 中,封装在函数里。在所有需要该 header 的地方引用该函数。 Sent with GitHawk
在 golang 版本中已实现该功能,在 pytest 版本中还需要同步支持下
@socialya 当前看到有一个基于 v4 开发的平台 https://github.com/yunfei07/lemon