Commit Graph

135 Commits

Author SHA1 Message Date
xucong053
71b2587e58 feat: support think time for load testing #120 2022-03-22 11:33:49 +08:00
debugtalk
efc53703d3 change: upgrade funplugin to v0.3.1 2022-03-18 16:41:36 +08:00
debugtalk
1ce8d7123a change: upgrade funplugin to v0.3.0 2022-03-17 16:53:54 +08:00
debugtalk
943ca7c5c9 Merge branch 'main' of https://github.com/httprunner/hrp into main 2022-03-15 23:45:14 +08:00
debugtalk
0582269a8e change: update func plugin 2022-03-15 23:40:53 +08:00
xucong053
ee679a7bc2 feat: support api layer and global headers for testcase 2022-03-15 12:39:41 +08:00
debugtalk
116dbdb4d9 change: move plugin to independent repo 2022-03-10 20:04:18 +08:00
debugtalk
0ede8d7989 refactor: plugin code structure 2022-03-05 12:15:33 +08:00
debugtalk
e99b13f645 merge main 2022-03-04 17:50:43 +08:00
debugtalk
7dd2ac9831 refactor: replace json with json-iterator/go to improve performance 2022-03-04 17:39:15 +08:00
buyuxiang
b04a57eb09 fix: change Validators type, check json body format 2022-03-01 18:05:13 +08:00
debugtalk
64b9e513ef fix: unittest 2022-02-25 23:04:34 +08:00
debugtalk
fead0c0a31 refactor: plugin structure 2022-02-25 22:43:04 +08:00
debugtalk
026384bbdb feat: add flag --log-plugin to turn on plugin logging 2022-02-25 17:55:21 +08:00
debugtalk
3de4e072b2 fix: typo error 2022-02-25 12:14:16 +08:00
debugtalk
b89261a907 Merge branch 'main' of https://github.com/httprunner/hrp into refactor-plugin 2022-02-24 18:53:38 +08:00
xucong053
673d700145 Merge branch 'main' of github.com:xucong053/hrp 2022-02-24 15:25:49 +08:00
xucong053
802e6052ff fix: add slice type of request body data 2022-02-24 15:24:58 +08:00
debugtalk
c827222d34 feat: add hrp_step_name, hrp_step_request, hrp_step_response to hooks variables 2022-02-23 16:13:53 +08:00
buyuxiang
82d9dce168 feat: support setup/teardown hooks
Change-Id: I148e11c190859b57dd5268cfe5643762e43bd64a
2022-02-22 21:00:52 +08:00
debugtalk
aeaa0f377c fix: parse data for request cookie value 2022-02-22 15:38:06 +08:00
debugtalk
0423fc96e8 fix: omit print request/response body for non-text content 2022-02-21 21:18:31 +08:00
debugtalk
e5b53df245 fix: set to unknown to avoid Content-Length mismatched 2022-02-21 20:11:55 +08:00
debugtalk
d534fe06ee change: convert brotli.Reader to io.ReadCloser 2022-02-21 18:48:18 +08:00
debugtalk
b3762dbbbc fix: replace with github.com/andybalholm/brotli to avoid using cgo 2022-02-21 18:25:01 +08:00
debugtalk
c6535f0f78 fix #100: decode response body in br/gzip/deflate formats 2022-02-21 16:58:55 +08:00
debugtalk
c6ce47ba89 fix: unittest 2022-02-18 21:11:37 +08:00
debugtalk
865c753ea9 fix: omit pseudo header names for HTTP/1, e.g. :authority 2022-02-18 19:03:10 +08:00
xucong053
e87b1023ba fix: modify logging logic of summary. 2022-02-15 16:37:00 +08:00
xucong053
b51e508975 Merge branch 'main' of github.com:xucong053/hrp 2022-02-11 15:07:10 +08:00
xucong053
724bb76ce1 fix: failed to generate API test report when data is null. 2022-02-11 15:06:22 +08:00
lihuacai
d35124beba fix: custom content-type prior to default 2022-02-10 14:21:19 +08:00
xucong053
9415a7bb95 feat: generate html reports for API testing #74 2022-02-08 14:50:20 +08:00
xucong053
2a81a4a04a feat: record execution data for report #25 2022-01-27 15:36:36 +08:00
buyuxiang
f6082b8073 fix: modify rendezvous testcase, change log level
Change-Id: Ic7c65befaab360db2883cb85bdbce484656233ad
2022-01-25 20:19:19 +08:00
buyuxiang
ac5df11857 fix: msg channel rename, add warn log when set default param
Change-Id: I925216cf319d005a05b6e2760578e81e3d33fcb3
2022-01-25 20:08:28 +08:00
buyuxiang
d7ff433818 feat: support rendezvous after spawn done
Change-Id: I4b07a88b61da4dc1863b189db9eb831ffb14130a
2022-01-25 14:25:14 +08:00
debugtalk
184a0e7296 refactor: remove IConfig 2022-01-19 21:42:12 +08:00
徐聪
a543e5c05c avoid data race. 2022-01-19 21:09:14 +08:00
debugtalk
53ee5200c8 change: exit 0 when quit hashicorp process 2022-01-19 14:52:30 +08:00
debugtalk
7ef04674dc change: clean code 2022-01-18 20:21:43 +08:00
debugtalk
142bc13c94 feat: catch Interrupt and SIGTERM signals to ensure plugin quitted 2022-01-18 17:33:26 +08:00
debugtalk
9a1d02c7b2 fix: unittests for plugin 2022-01-18 17:20:44 +08:00
debugtalk
fd7992add5 change: report event for initializing plugin 2022-01-17 17:20:47 +08:00
debugtalk
675ded099d refactor: plugin structure 2022-01-17 16:56:44 +08:00
debugtalk
5a943ff721 feat: support creating and calling custom functions with hashicorp/go-plugin 2022-01-14 09:30:18 +08:00
debugtalk
1c7f2f9834 refactor: go plugin 2022-01-13 14:44:16 +08:00
debugtalk
7148328208 fix: avoid data racing 2022-01-06 19:45:37 +08:00
debugtalk
cfad6cee59 refactor: group parser functions 2022-01-06 17:32:00 +08:00
debugtalk
0160e3a342 merge main 2022-01-06 11:20:32 +08:00