debugtalk
0d89cda921
change: update python dependencies
2022-05-09 15:14:52 +08:00
debugtalk
28a47d945e
change: trigger tests for branch v2/v3/v4.1-dev
v4.1.0-alpha
2022-05-07 18:55:55 +08:00
debugtalk
6bad28d51d
bump version to v4.1.0-alpha
2022-05-07 18:53:08 +08:00
debugtalk
61b4e53286
fix: step request elapsed timming should contain ContentTransfer part
2022-05-07 18:51:31 +08:00
debugtalk
390ac26389
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
79b27f6711
Merge pull request #3 from billduan/feat_decoupling
...
fix: codeview
2022-05-07 11:39:54 +08:00
duanchao.bill
9843f6f693
fix: 删错了代码
2022-05-07 11:30:08 +08:00
duanchao.bill
0644450a33
fix: super().__init__(step)
2022-05-07 11:11:36 +08:00
duanchao.bill
60f447da04
fix:thrift/sql改为可选
2022-05-07 11:07:17 +08:00
duanchao.bill
998b76bdbf
fix: 依赖改为可选
2022-05-07 10:42:55 +08:00
duanchao.bill
404cd3c482
fix: codeview
2022-05-06 22:37:04 +08:00
debugtalk
69495c9eb3
Merge pull request #1283 from httprunner/httpstat
...
feat: stat HTTP request latencies (DNSLookup, TCP Connection and so on)
v4.0.0
2022-05-05 21:52:01 +08:00
debugtalk
0a9d50c054
feat: print connected network info
2022-05-05 21:35:23 +08:00
debugtalk
dd5e375e36
fix: unittest
2022-05-05 20:40:23 +08:00
debugtalk
8e27aae337
change: upgrade funplugin to v0.4.5
2022-05-05 15:56:02 +08:00
debugtalk
bd65f0ec40
fix: unittest
2022-05-05 14:44:20 +08:00
debugtalk
c5f0a334ac
change: skip funppy version requirements
2022-05-05 14:33:07 +08:00
debugtalk
95ab8b1851
feat: print http stat with color
2022-05-05 14:29:33 +08:00
debugtalk
aa926d53cf
test: add unittest for httpstat
2022-05-05 00:29:14 +08:00
debugtalk
f19023d52c
merge master
2022-05-04 23:51:34 +08:00
debugtalk
edd04bdf92
feat: stat HTTP request latencies (DNSLookup, TCP Connection and so on)
2022-05-04 23:46:10 +08:00
billduan
26489d2c75
Merge pull request #2 from billduan/feat_decoupling
...
fix: RunThriftRequest
2022-05-04 14:48:05 +08:00
duanchao.bill
fbc6df0905
fix: windows not support thrift
2022-05-04 14:23:09 +08:00
duanchao.bill
f87072caa0
fix: thrift
2022-05-04 11:51:26 +08:00
duanchao.bill
a66e722782
fix: RunThriftRequest
2022-05-04 11:11:13 +08:00
billduan
8226126c1a
Merge pull request #1 from billduan/feat_decoupling
...
Feat decoupling
2022-05-04 10:54:19 +08:00
duanchao.bill
28c8fa1fd3
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
8455f739a4
bump version to v4.0.0
2022-05-03 14:23:12 +08:00
debugtalk
ac2c14f7e8
bump version to v4.0.0
2022-05-03 11:31:05 +08:00
debugtalk
ed4aa4c5b7
fix #1240 : losing host port in har2case
2022-05-03 10:46:05 +08:00
debugtalk
fbf236c62f
Merge pull request #1279 from xucong053/bugfix
...
fix: write concurrent map
fix: parse parameters
2022-04-29 18:46:31 +08:00
xucong053
0283dd751e
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
2cdca18083
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
6cbc42f9ce
add reporting load testing metrics to prometheus
2022-04-28 18:13:03 +08:00
duanchao.bill
4e1c47c4d2
fix:添加RunThriftRequest,StepThriftRequestValidation,StepThriftRequestExtraction 到step中
2022-04-27 18:05:00 +08:00
duanchao.bill
42e56f7cc8
fix:修改SqlResponseObject继承关系;添加thriftpy2依赖
2022-04-27 17:37:14 +08:00
duanchao.bill
0db832ca22
black .
2022-04-27 11:51:12 +08:00
duanchao.bill
d93607166b
add:sql and thrift as step
2022-04-26 17:59:50 +08:00
duanchao.bill
90f763fd04
add:sql and thrift as step
2022-04-26 17:59:20 +08:00
debugtalk
1a0c383a19
change: hrp install httprunner v4
2022-04-25 18:36:24 +08:00
debugtalk
c438c955fb
refactor: get hrp version from aliyun OSS file
2022-04-25 16:34:11 +08:00
debugtalk
7fcba33b97
feat: add builtin function environ/ENV
2022-04-25 14:14:58 +08:00
debugtalk
372cac78ab
fix: demo function compatibility
2022-04-25 13:32:31 +08:00
debugtalk
78fce157d8
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
v4.0.0b0
v4.0.0-beta
2022-04-24 21:32:26 +08:00
debugtalk
ce60dba5f9
feat: support force to overwrite existing project with --force/-f flag in hrp startproject
2022-04-24 21:19:48 +08:00
debugtalk
85476f27f2
bump version to v4.0.0-beta
2022-04-24 21:00:15 +08:00
debugtalk
b2d07d7f34
fix: add cmd dir path to PATH
2022-04-24 18:51:28 +08:00
debugtalk
c4426be6dd
refactor: relocate convert
2022-04-23 23:56:47 +08:00
debugtalk
418a16fcee
refactor: reformat all code with black
2022-04-23 15:20:13 +08:00
debugtalk
7eaa8a4ac0
change: remove testsuite
2022-04-23 15:04:35 +08:00