Commit Graph

110 Commits

Author SHA1 Message Date
debugtalk
6c9a9d789b bump version to v0.6.3 2022-03-04 17:42:55 +08:00
buyuxiang
a3fafd8c40 fix compat convert, add unittest 2022-03-03 18:31:10 +08:00
buyuxiang
4fc322c44d Merge branch 'main' of github.com:httprunner/hrp 2022-02-28 16:53:13 +08:00
buyuxiang
b4ada29bab fix: func convertCompatTestCase 2022-02-28 16:51:31 +08:00
debugtalk
c6179f1687 change: replace flag with --log-requests-off 2022-02-25 17:57:29 +08:00
debugtalk
026384bbdb feat: add flag --log-plugin to turn on plugin logging 2022-02-25 17:55:21 +08:00
buyuxiang
82d9dce168 feat: support setup/teardown hooks
Change-Id: I148e11c190859b57dd5268cfe5643762e43bd64a
2022-02-22 21:00:52 +08:00
debugtalk
4992e2e87b update docs 2022-02-22 15:54:26 +08:00
debugtalk
f8c4716d5b bump version to v0.6.2 2022-02-22 15:50:56 +08:00
debugtalk
aeaa0f377c fix: parse data for request cookie value 2022-02-22 15:38:06 +08:00
debugtalk
06715ecbeb change: update docs 2022-02-22 15:36:50 +08:00
debugtalk
0423fc96e8 fix: omit print request/response body for non-text content 2022-02-21 21:18:31 +08:00
debugtalk
c6535f0f78 fix #100: decode response body in br/gzip/deflate formats 2022-02-21 16:58:55 +08:00
buyuxiang
8fd2d08da3 Merge branch 'main' of github.com:httprunner/hrp
Change-Id: I5075829627ac2775050b799c471eec1868542e15
2022-02-20 13:51:40 +08:00
buyuxiang
c0ebe2ee53 fix: extract data using jmespath
Change-Id: Icea3b8fa7e71dd610c19c91e21a259104ab2fe30
2022-02-20 13:43:28 +08:00
debugtalk
0f3dd1b6d6 fix: generate headers.\"Content-Type\" in har2case 2022-02-18 19:39:47 +08:00
debugtalk
865c753ea9 fix: omit pseudo header names for HTTP/1, e.g. :authority 2022-02-18 19:03:10 +08:00
debugtalk
320e9601a7 bump version to v0.6.1 2022-02-17 20:14:14 +08:00
buyuxiang
0f7ea53e56 fix: broadcast to all rendezvous at once when spawn done
Change-Id: Ic04bc2f56aa40c2af42a1fdb3c261a10e8346033
2022-02-17 12:39:55 +08:00
buyuxiang
e6467dfc28 fix startswith endswith and unittest
Change-Id: I3e1c6fd82812d13b4e23ecd6b23c4d57170852e1
2022-02-15 17:05:39 +08:00
buyuxiang
3f5c6f7f5d fix code format
Change-Id: I85d477f85844eee2d98f6231c16b57803a41aba7
2022-02-14 16:17:28 +08:00
buyuxiang
6fbd8f7d9b fix code format
Change-Id: I583aa6344fff967285b024fddef9f45ac8ee2baf
2022-02-14 16:13:22 +08:00
buyuxiang
5bce59c583 fix starts_with and ends_wih spelling
Change-Id: I1e475e8187f6e793cd9f9029af93a7d80603b26d
2022-02-14 14:41:15 +08:00
buyuxiang
5c03e0d325 modify assertion functions and their docs
Change-Id: I12bc6425e098b62b08bd5ca2fb7a9cc0482e1910
2022-02-11 17:54:32 +08:00
debugtalk
5164c8d101 change: update docs 2022-02-09 20:28:21 +08:00
xucong053
d97c85c638 resolve conflict 2022-02-08 15:04:26 +08:00
xucong053
9415a7bb95 feat: generate html reports for API testing #74 2022-02-08 14:50:20 +08:00
debugtalk
a82ff0893a feat: update docs 2022-01-27 17:56:31 +08:00
debugtalk
d2e191003f feat: upload artifacts to aliyun oss 2022-01-26 15:43:11 +08:00
debugtalk
32f60bcc30 update docs 2022-01-26 11:44:37 +08:00
debugtalk
91fa2eefdf change: remove sentry sdk 2022-01-25 20:33:46 +08:00
debugtalk
339087600f bump version to v0.5.3 2022-01-25 15:53:11 +08:00
debugtalk
f09a36c991 fix: test install.sh 2022-01-20 21:38:48 +08:00
debugtalk
08817d16b5 change: download package assets from aliyun OSS 2022-01-20 18:34:12 +08:00
debugtalk
184a0e7296 refactor: remove IConfig 2022-01-19 21:42:12 +08:00
debugtalk
6fa8fd52d2 change: update docs 2022-01-19 15:03:04 +08:00
debugtalk
9a1d02c7b2 fix: unittests for plugin 2022-01-18 17:20:44 +08:00
debugtalk
60de951673 change: update docs 2022-01-17 00:07:18 +08:00
debugtalk
c1b9daeb5a change: remove plugin sub-module 2022-01-16 00:13:49 +08:00
debugtalk
a0de8106d7 change: update docs 2022-01-14 17:52:23 +08:00
debugtalk
7af6b8419f change: init module github.com/httprunner/hrp/plugin 2022-01-14 17:35:17 +08:00
debugtalk
5a943ff721 feat: support creating and calling custom functions with hashicorp/go-plugin 2022-01-14 09:30:18 +08:00
debugtalk
f3e2414502 merge main 2022-01-13 18:51:00 +08:00
debugtalk
3e8391054f bump version to v0.5.1 2022-01-13 18:41:13 +08:00
debugtalk
1c7f2f9834 refactor: go plugin 2022-01-13 14:44:16 +08:00
徐聪
13a63b9ad8 feat: specify running cycles for load testing. 2022-01-12 14:51:53 +08:00
debugtalk
c6549f4012 feat: create scaffold project 2022-01-08 22:12:21 +08:00
debugtalk
2ec2b86c05 refactor: commands 2022-01-08 15:10:37 +08:00
debugtalk
8a7a2d3cbb docs: update changelog 2022-01-07 18:14:46 +08:00
debugtalk
55688e3b6f feat: install hrp with one shell command 2022-01-07 17:59:42 +08:00