Commit Graph
100 Commits
Author SHA1 Message Date
debugtalk fa80e70f63 bump version to v0.8.0 2022-03-22 11:59:48 +08:00
debugtalk 1966d7d018 docs: update docs 2022-03-22 11:57:50 +08:00
debugtalk 1687875ef7 Merge branch 'main' of https://github.com/httprunner/hrp into main 2022-03-22 11:55:00 +08:00
debugtalk 7ab546865a change: update ga events 2022-03-22 11:54:49 +08:00
debugtalk f2caef638d Merge pull request #140 from xucong053/support-think-time
feat: support think time for load testing #120
2022-03-22 11:53:11 +08:00
debugtalk 2bb50d846f change: upgrade funplugin to v0.4.0 2022-03-21 22:51:20 +08:00
debugtalk b04b1f9f0f fix: unittest 2022-03-20 10:09:41 +08:00
debugtalk df74aafd7b fix: unittest 2022-03-18 21:54:06 +08:00
debugtalk c252549568 feat: create python plugin in scaffold 2022-03-18 18:07:58 +08:00
debugtalk 5ad4bc3cce change: upgrade funplugin to v0.3.1 2022-03-18 16:41:36 +08:00
debugtalk 59f60d94a9 change: upgrade funplugin to v0.3.0 2022-03-17 16:53:54 +08:00
debugtalk fd87316740 Merge pull request #139 from xucong053/bugfix
fix: unable to sense the quit of hrp in Prometheus
2022-03-17 12:10:33 +08:00
debugtalk 3e014cee12 Merge pull request #138 from xucong053/support-test-result-for-load-testing
feat: print statistics summary after load testing finished
2022-03-16 22:27:07 +08:00
debugtalk 4e67595dc3 bump version to v0.7.0 2022-03-15 23:55:42 +08:00
debugtalk 011d51f0dd Merge branch 'main' of https://github.com/httprunner/hrp into main 2022-03-15 23:45:14 +08:00
debugtalk 6d613734b3 change: update func plugin 2022-03-15 23:40:53 +08:00
debugtalk 3b9e6cd736 bump version to v0.6.4 2022-03-10 20:16:17 +08:00
debugtalk aaaf5e5c74 change: set not fail-fast 2022-03-10 20:08:13 +08:00
debugtalk 8d88dc91b4 change: move plugin to independent repo 2022-03-10 20:04:18 +08:00
debugtalk a996199122 fix: remove hrp internal dependency for plugin 2022-03-10 16:51:42 +08:00
debugtalk 0ab3ddb6a3 refactor: plugin code structure 2022-03-05 12:15:33 +08:00
debugtalk 5b964f2868 change: update tests 2022-03-04 21:04:08 +08:00
debugtalk 06b6758e0a Merge pull request #131 from httprunner/refactor-plugin
refactor hashicorp plugin
2022-03-04 21:00:50 +08:00
debugtalk 0f9628e373 feat: support switch hashicorp plugin with environment HRP_PLUGIN_TYPE 2022-03-04 20:50:37 +08:00
debugtalk 1ca1ef446c update version 2022-03-04 17:54:46 +08:00
debugtalk 398df1837c merge main 2022-03-04 17:50:43 +08:00
debugtalk 1942d611f6 bump version to v0.6.3 2022-03-04 17:42:55 +08:00
debugtalk ce4c3d414e refactor: replace json with json-iterator/go to improve performance 2022-03-04 17:39:15 +08:00
debugtalk fac6fa8e1a Merge pull request #118 from bbx-winner/main
compat: support testcase generated by HttpRunner
2022-03-04 17:28:20 +08:00
debugtalk 54431f205b update docs 2022-03-04 17:01:13 +08:00
debugtalk 192f95c315 feat: support hashicorp plugin in gPRC mode 2022-03-04 16:46:17 +08:00
debugtalk c01e8dbfc7 refactor: relocate files 2022-03-03 15:06:16 +08:00
debugtalk 5046b50870 Merge pull request #124 from httprunner/refactor-plugin
refactor plugin
2022-02-25 23:07:49 +08:00
debugtalk 60af7dd4ce fix: unittest 2022-02-25 23:04:34 +08:00
debugtalk bcc90c8403 refactor: plugin structure 2022-02-25 22:43:04 +08:00
debugtalk fd4a32d9f1 change: replace flag with --log-requests-off 2022-02-25 17:57:29 +08:00
debugtalk ae929a1d7d feat: add flag --log-plugin to turn on plugin logging 2022-02-25 17:55:21 +08:00
debugtalk a361fe3d03 change: add short flag for continue-on-failure 2022-02-25 16:01:17 +08:00
debugtalk 34b6104775 fix: typo error 2022-02-25 12:14:16 +08:00
debugtalk f7b1ff79f3 Merge branch 'main' of https://github.com/httprunner/hrp into refactor-plugin 2022-02-24 18:53:38 +08:00
debugtalk 3703cba1f9 Merge pull request #116 from xucong053/main
fix: add slice type of request body data
2022-02-24 18:14:28 +08:00
debugtalk 15ccc86a64 refactor: split plugin files 2022-02-23 16:24:59 +08:00
debugtalk 0fe0fc5929 feat: add hrp_step_name, hrp_step_request, hrp_step_response to hooks variables 2022-02-23 16:13:53 +08:00
debugtalk 288a6e4094 Merge pull request #106 from bbx-winner/main
feat: support customized setup/teardown hooks (variable assignment not supported)
2022-02-22 21:04:58 +08:00
debugtalk 4045c67d02 update docs 2022-02-22 15:54:26 +08:00
debugtalk 4480248400 bump version to v0.6.2 2022-02-22 15:50:56 +08:00
debugtalk 18cab679cb fix: parse data for request cookie value 2022-02-22 15:38:06 +08:00
debugtalk 54fe1173fa change: update docs 2022-02-22 15:36:50 +08:00
debugtalk 0ea3485ce1 Merge pull request #104 from xucong053/main
feat: support text/html extraction with regex
2022-02-22 15:17:32 +08:00
debugtalk 3a6641a2a4 fix: omit print request/response body for non-text content 2022-02-21 21:18:31 +08:00
debugtalk e34a32ce7b fix: set to unknown to avoid Content-Length mismatched 2022-02-21 20:11:55 +08:00
debugtalk f69dbcbfb6 change: convert brotli.Reader to io.ReadCloser 2022-02-21 18:48:18 +08:00
debugtalk 021b78f874 fix: replace with github.com/andybalholm/brotli to avoid using cgo 2022-02-21 18:25:01 +08:00
debugtalk 5282b48681 Merge pull request #99 from ZhouYixun/main
change: update har2case flag default strategy
2022-02-21 17:09:18 +08:00
debugtalk 283f5861f9 fix #100: decode response body in br/gzip/deflate formats 2022-02-21 16:58:55 +08:00
debugtalk 90e340de68 Merge pull request #98 from ZhouYixun/main
change: replace spaces with indent when generating JSON testcases
2022-02-21 15:17:25 +08:00
debugtalk 9f4c460ab3 Merge pull request #97 from bbx-winner/main
fix #97: incorrect data type when extracting data using jmespath
2022-02-21 13:21:02 +08:00
debugtalk d9b5c72930 fix: unittest 2022-02-18 21:11:37 +08:00
debugtalk 9560def232 fix: generate headers.\"Content-Type\" in har2case 2022-02-18 19:39:47 +08:00
debugtalk b3d3d9157c fix: omit pseudo header names for HTTP/1, e.g. :authority 2022-02-18 19:03:10 +08:00
debugtalk 6bb96e8eac bump version to v0.6.1 2022-02-17 20:14:14 +08:00
debugtalk 8cc24502e5 Merge pull request #91 from bbx-winner/main
fix: broadcast to all rendezvous at once when spawn done
2022-02-17 20:00:50 +08:00
debugtalk 9ea9cde288 Merge pull request #85 from xucong053/main
change: merge teststeps when call other testcases
change: add timestamp for generated summary and html reports
2022-02-17 18:48:35 +08:00
debugtalk 57519be92c Merge pull request #83 from bbx-winner/main
- fix: panic when assertion function not exists
- change: json unmarshal to float64 when parsing data
2022-02-15 17:48:54 +08:00
debugtalk c57e32ec52 change: update survey 2022-02-11 23:51:48 +08:00
debugtalk aa7602d250 Merge pull request #82 from xucong053/main
fix: failed to generate API test report when data is null
2022-02-11 20:02:17 +08:00
debugtalk 5ede36694e Merge pull request #78 from lihuacai168/hot-fix
fix: custom content-type prior to default
2022-02-10 14:36:07 +08:00
debugtalk 338f8999f5 change: update docs 2022-02-09 20:28:21 +08:00
debugtalk edaef1b1b1 Merge pull request #77 from xucong053/main
fix: inaccurate stat data in API test report
2022-02-09 13:11:45 +08:00
debugtalk 8f99ec71fa Merge pull request #75 from xucong053/main
feat: generate html reports for API testing #74
2022-02-08 17:02:34 +08:00
debugtalk 787ab65ea4 feat: update docs 2022-01-27 17:56:31 +08:00
debugtalk abd7e0359e Merge pull request #73 from xucong053/main
feat #25: record execution data for generating report
2022-01-27 16:40:20 +08:00
debugtalk 92f7430634 update 2022-01-26 16:10:57 +08:00
debugtalk a2020787e6 feat: upload artifacts to aliyun oss 2022-01-26 15:43:11 +08:00
debugtalk 320c8642b9 feat: upload artifacts to aliyun oss 2022-01-26 15:22:12 +08:00
debugtalk 524ce06a27 update docs 2022-01-26 11:44:37 +08:00
debugtalk 74ceaf8176 change: remove sentry sdk 2022-01-25 20:33:46 +08:00
debugtalk ecd4e18bb5 Merge pull request #71 from bbx-winner/main
feat: implement `rendezvous` mechanism for load test
2022-01-25 20:25:40 +08:00
debugtalk a3b3eada8f fix: build hashicorp plugin failed when creating scaffold 2022-01-25 18:11:12 +08:00
debugtalk 0694ffe9d1 Merge branch 'main' of https://github.com/httprunner/hrp into main 2022-01-25 17:26:28 +08:00
debugtalk b3691fed17 fix #68: go get failed with invalid version error 2022-01-25 16:37:56 +08:00
debugtalk 796b7c8fee fix: go get failed with invalid version error 2022-01-25 16:21:12 +08:00
debugtalk 94665f1766 bump version to v0.5.3 2022-01-25 15:53:11 +08:00
debugtalk e9a0f9db97 fix: avoid removing hrp in current dir 2022-01-24 21:06:36 +08:00
debugtalk 61cd2ae624 Merge pull request #69 from xucong053/main
fix: report the number of error logs;  
fix: report empty transaction
2022-01-24 20:17:55 +08:00
debugtalk 406f39eba0 fix: download from github if aliyun oss url is invalid 2022-01-24 17:43:55 +08:00
debugtalk a7ab5640c6 fix: test install.sh 2022-01-20 21:38:48 +08:00
debugtalk ecd76c0be5 fix: test install.sh 2022-01-20 20:13:40 +08:00
debugtalk 5e6af8632c Merge pull request #67 from httprunner/publish-assets-to-aliyun
v0.5.3

- feat: upload released assets to aliyun OSS
- change: download package assets from aliyun OSS
- fix: disable color logging on Windows
2022-01-20 18:56:02 +08:00
debugtalk c06c0d7b00 fix: unzip package on windows 2022-01-20 18:54:56 +08:00
debugtalk 0278859b0d fix: download pkg on windows 2022-01-20 18:41:54 +08:00
debugtalk 4dab43d879 change: download package assets from aliyun OSS 2022-01-20 18:34:12 +08:00
debugtalk 51055ca485 change: replace download url with aliyun oss 2022-01-20 18:15:53 +08:00
debugtalk 49be27a6d6 Merge pull request #66 from bbx-winner/main
fix: change zerolog to no color in windows
2022-01-20 17:33:15 +08:00
debugtalk 597d2027cf Merge pull request #65 from httprunner/fix-install
fix: install with shell

- fix: ignore insecure in curl
- fix: mktemp: too few X's in template
2022-01-20 14:29:44 +08:00
debugtalk a00afb356c fix: mktemp: too few X's in template 2022-01-20 14:21:59 +08:00
debugtalk 6c6b3c1c13 change: update script 2022-01-20 14:16:56 +08:00
debugtalk 74ea26af08 fix: install with shell 2022-01-20 14:09:09 +08:00
debugtalk ad15f39e77 Merge pull request #63 from httprunner/refactor-config
refactor: remove IConfig
2022-01-20 11:16:09 +08:00
debugtalk 743fc706c6 refactor: remove IConfig 2022-01-19 21:42:12 +08:00