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 |
|
xucong053
|
af6c433069
|
feat: support api layer and global headers for testcase
|
2022-03-15 12:39:41 +08:00 |
|
debugtalk
|
3b9e6cd736
|
bump version to v0.6.4
|
2022-03-10 20:16:17 +08:00 |
|
debugtalk
|
8d88dc91b4
|
change: move plugin to independent repo
|
2022-03-10 20:04:18 +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 |
|
buyuxiang
|
c158259219
|
fix compat convert, add unittest
|
2022-03-03 18:31:10 +08:00 |
|
buyuxiang
|
11448faed0
|
fix: change Validators type, check json body format
|
2022-03-01 18:05:13 +08:00 |
|
xucong053
|
df1c47f683
|
Merge branch 'main' of github.com:xucong053/hrp
|
2022-02-24 15:25:49 +08:00 |
|
xucong053
|
ed7290ced7
|
fix: add slice type of request body data
|
2022-02-24 15:24:58 +08:00 |
|
buyuxiang
|
a491193894
|
feat: support setup/teardown hooks
Change-Id: I148e11c190859b57dd5268cfe5643762e43bd64a
|
2022-02-22 21:00:52 +08:00 |
|
debugtalk
|
4480248400
|
bump version to v0.6.2
|
2022-02-22 15:50:56 +08:00 |
|
debugtalk
|
f69dbcbfb6
|
change: convert brotli.Reader to io.ReadCloser
|
2022-02-21 18:48:18 +08:00 |
|
Eason
|
8748237772
|
Update for JSON formatting
A small suggestion is to use /t for indentation and line feed in JSON formatting
|
2022-02-21 15:13:25 +08:00 |
|
buyuxiang
|
87236a273f
|
add: test timestamp extraction
Change-Id: I4aba2b7d387d8cb7b9c1baec997e59b1b594c34d
|
2022-02-20 14:00:27 +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
|
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 |
|
buyuxiang
|
22479e1598
|
fix: broadcast to all rendezvous at once when spawn done
Change-Id: Ic04bc2f56aa40c2af42a1fdb3c261a10e8346033
|
2022-02-17 12:39:55 +08:00 |
|
xucong053
|
1db0c8067f
|
resolve conflict
|
2022-02-15 17:57:55 +08:00 |
|
buyuxiang
|
76cb479e8f
|
fix startswith endswith and unittest
Change-Id: I3e1c6fd82812d13b4e23ecd6b23c4d57170852e1
|
2022-02-15 17:05:39 +08:00 |
|
xucong053
|
c33ff5b9f1
|
fix: modify logging logic of summary.
|
2022-02-15 16:37:00 +08:00 |
|
buyuxiang
|
809030f398
|
fix: converInt function bug
Change-Id: Ifb364a943351f3762f5784fb8d84d9eb385a383f
|
2022-02-14 16:02:28 +08:00 |
|
buyuxiang
|
ef91740596
|
Merge branch 'main' of github.com:httprunner/hrp
Change-Id: I3989c88355fe3d70f4753e737e0d0dd4c059c9eb
|
2022-02-14 14:41:38 +08:00 |
|
buyuxiang
|
25509f5cd1
|
modify assertion functions and their docs
Change-Id: I12bc6425e098b62b08bd5ca2fb7a9cc0482e1910
|
2022-02-11 17:54:32 +08:00 |
|
buyuxiang
|
0eb98f9578
|
fix: incorrect assertion func
Change-Id: I66f25fcf00e36e83308e820b859b4a94907833fc
|
2022-02-11 15:11:37 +08:00 |
|
xucong053
|
abee379232
|
fix: failed to generate API test report when data is null.
|
2022-02-11 15:06:22 +08:00 |
|
xucong053
|
6aeeab2cea
|
feat: generate html reports for API testing #74
|
2022-02-08 16:49:37 +08:00 |
|
xucong053
|
f85e1aad5e
|
feat: generate html reports for API testing #74
|
2022-02-08 15:35:02 +08:00 |
|
xucong053
|
57ea2c6453
|
feat: generate html reports for API testing #74
|
2022-02-08 14:50:20 +08:00 |
|
xucong053
|
56cc99bbc0
|
feat: record execution data for report #25
|
2022-01-27 15:36:36 +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
|
94665f1766
|
bump version to v0.5.3
|
2022-01-25 15:53:11 +08:00 |
|
buyuxiang
|
a5e57c9a65
|
feat: support rendezvous after spawn done
Change-Id: I4b07a88b61da4dc1863b189db9eb831ffb14130a
|
2022-01-25 14:25:14 +08:00 |
|
徐聪
|
44cfba0ea6
|
fix: inaccurate to report data.
|
2022-01-20 15:02:35 +08:00 |
|
debugtalk
|
743fc706c6
|
refactor: remove IConfig
|
2022-01-19 21:42:12 +08:00 |
|
徐聪
|
59ef894444
|
update unittests.
|
2022-01-19 20:51:00 +08:00 |
|
徐聪
|
fb912fd7f8
|
update description.
|
2022-01-19 20:29:05 +08:00 |
|
徐聪
|
2f07c9ac0b
|
fix: inaccurate to report stats for total, feat: add average response time in total.
|
2022-01-19 19:55:06 +08:00 |
|
debugtalk
|
938a01ef31
|
change: update docs
|
2022-01-19 15:03:04 +08:00 |
|
debugtalk
|
41cad916ea
|
Merge branch 'main' into go-plugin
|
2022-01-19 14:52:48 +08:00 |
|
徐聪
|
992a53844f
|
Merge branch 'main' of github.com:xucong053/hrp
|
2022-01-18 21:35:07 +08:00 |
|