Commit Graph

2746 Commits

Author SHA1 Message Date
buyuxiang
8d8a658508 fix: disable keep alive 2022-05-09 18:15:28 +08:00
debugtalk
63af5ed55a change: update python dependencies 2022-05-09 15:14:52 +08:00
debugtalk
a6e427fd8c change: trigger tests for branch v2/v3/v4.1-dev 2022-05-07 18:55:55 +08:00
debugtalk
a9f31d92bb bump version to v4.1.0-alpha 2022-05-07 18:53:08 +08:00
debugtalk
2e0e48bffb fix: step request elapsed timming should contain ContentTransfer part 2022-05-07 18:51:31 +08:00
debugtalk
d4891e344f Merge pull request #1285 from billduan/master
pytest engine support new step types: 

- sql handler
- thrift protocol
2022-05-07 18:17:22 +08:00
billduan
84d2a615f8 Merge pull request #3 from billduan/feat_decoupling
fix: codeview
2022-05-07 11:39:54 +08:00
duanchao.bill
4f79b81561 fix: 删错了代码 2022-05-07 11:30:08 +08:00
duanchao.bill
7e7571d4be fix: super().__init__(step) 2022-05-07 11:11:36 +08:00
duanchao.bill
86fad0ad70 fix:thrift/sql改为可选 2022-05-07 11:07:17 +08:00
duanchao.bill
c69acad9e4 fix: 依赖改为可选 2022-05-07 10:42:55 +08:00
duanchao.bill
654edabe78 fix: codeview 2022-05-06 22:37:04 +08:00
debugtalk
2058bca6ec Merge pull request #1283 from httprunner/httpstat
feat: stat HTTP request latencies (DNSLookup, TCP Connection and so on)
2022-05-05 21:52:01 +08:00
debugtalk
f2dbd24124 feat: print connected network info 2022-05-05 21:35:23 +08:00
debugtalk
47557a403b fix: unittest 2022-05-05 20:40:23 +08:00
debugtalk
8d425aa696 change: upgrade funplugin to v0.4.5 2022-05-05 15:56:02 +08:00
debugtalk
1b83b17a14 fix: unittest 2022-05-05 14:44:20 +08:00
debugtalk
fb229c89c4 change: skip funppy version requirements 2022-05-05 14:33:07 +08:00
debugtalk
0bd8cf39ea feat: print http stat with color 2022-05-05 14:29:33 +08:00
debugtalk
9f5736260c test: add unittest for httpstat 2022-05-05 00:29:14 +08:00
debugtalk
f405af9b86 merge master 2022-05-04 23:51:34 +08:00
debugtalk
5bdbcdc2e5 feat: stat HTTP request latencies (DNSLookup, TCP Connection and so on) 2022-05-04 23:46:10 +08:00
billduan
670010cef4 Merge pull request #2 from billduan/feat_decoupling
fix: RunThriftRequest
2022-05-04 14:48:05 +08:00
duanchao.bill
1de270f089 fix: windows not support thrift 2022-05-04 14:23:09 +08:00
duanchao.bill
ba069e3d2d fix: thrift 2022-05-04 11:51:26 +08:00
duanchao.bill
41ca0f8833 fix: RunThriftRequest 2022-05-04 11:11:13 +08:00
billduan
0dcd769e21 Merge pull request #1 from billduan/feat_decoupling
Feat decoupling
2022-05-04 10:54:19 +08:00
duanchao.bill
e7928e4995 fix: add cython sqlalchemy
https://github.com/httprunner/httprunner/runs/6208464792?check_suite_focus=true
https://github.com/httprunner/httprunner/actions/runs/2238263528
2022-05-04 10:29:11 +08:00
debugtalk
7c052770e5 bump version to v4.0.0 2022-05-03 14:23:12 +08:00
debugtalk
2834f29504 bump version to v4.0.0 2022-05-03 11:31:05 +08:00
debugtalk
061d267246 fix #1240: losing host port in har2case 2022-05-03 10:46:05 +08:00
debugtalk
8404c677a4 Merge pull request #1279 from xucong053/bugfix
fix: write concurrent map
fix: parse parameters
2022-04-29 18:46:31 +08:00
xucong053
a3a2f2b531 fix: unsafe to write concurrent map and failed to parse parameters(type:[][]interface{}) in testcase script while data driven for testing 2022-04-29 17:38:39 +08:00
debugtalk
faf3a2c00a Merge pull request #1277 from xucong053/add-prometheus-metric-for-load-testing
feat: report load testing metrics to prometheus
2022-04-28 20:35:13 +08:00
xucong053
bc83c1c0db add reporting load testing metrics to prometheus 2022-04-28 18:13:03 +08:00
duanchao.bill
18f3933bae fix:添加RunThriftRequest,StepThriftRequestValidation,StepThriftRequestExtraction 到step中 2022-04-27 18:05:00 +08:00
duanchao.bill
2f8f042765 fix:修改SqlResponseObject继承关系;添加thriftpy2依赖 2022-04-27 17:37:14 +08:00
duanchao.bill
3a3d48228b black . 2022-04-27 11:51:12 +08:00
duanchao.bill
d1a8835b1e add:sql and thrift as step 2022-04-26 17:59:50 +08:00
duanchao.bill
4b9433fa72 add:sql and thrift as step 2022-04-26 17:59:20 +08:00
debugtalk
1a1016bc37 change: hrp install httprunner v4 2022-04-25 18:36:24 +08:00
debugtalk
f5ff03d346 refactor: get hrp version from aliyun OSS file 2022-04-25 16:34:11 +08:00
debugtalk
9a0ffa9802 feat: add builtin function environ/ENV 2022-04-25 14:14:58 +08:00
debugtalk
caccf426e6 fix: demo function compatibility 2022-04-25 13:32:31 +08:00
debugtalk
e2fb760110 Merge pull request #1269 from httprunner/convert-pytest
hrp convert pytest scripts

- feat: prepare python3 venv in `~/.hrp/venv` before running #1262 
- feat: convert YAML/JSON testcases to pytest scripts with `hrp convert` #1261 
- refactor: reformat all python code with black
2022-04-24 21:32:26 +08:00
debugtalk
602b9254cc feat: support force to overwrite existing project with --force/-f flag in hrp startproject 2022-04-24 21:19:48 +08:00
debugtalk
f7511848a5 bump version to v4.0.0-beta 2022-04-24 21:00:15 +08:00
debugtalk
55cb328ec1 fix: add cmd dir path to PATH 2022-04-24 18:51:28 +08:00
debugtalk
813284110e refactor: relocate convert 2022-04-23 23:56:47 +08:00
debugtalk
5073308b03 refactor: reformat all code with black 2022-04-23 15:20:13 +08:00