debugtalk
|
e34d6f9191
|
fix: unittest
|
2022-03-20 10:09:41 +08:00 |
|
debugtalk
|
2dbb31eb6c
|
Merge pull request #1154 from abeelan/bug-abee
fix: ignore comments and blank lines when parsing .env file
fix: failure in getting client and server IP/port when requesting HTTPS
|
2022-03-18 22:47:29 +08:00 |
|
debugtalk
|
f1158457d5
|
fix: unittest
|
2022-03-18 21:54:06 +08:00 |
|
debugtalk
|
1b2ec9175b
|
feat: create python plugin in scaffold
|
2022-03-18 18:07:58 +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
|
d8fdd9cd95
|
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 |
|
xucong053
|
92c7b725ab
|
fix: unable to sense the quit of hrp in Prometheus
|
2022-03-17 10:34:11 +08:00 |
|
debugtalk
|
e0c3a77855
|
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 |
|
xucong053
|
cfbad9ed09
|
feat: support statistics summary for load testing
|
2022-03-16 21:42:35 +08:00 |
|
debugtalk
|
d8ae4188d3
|
bump version to v0.7.0
|
2022-03-15 23:55:42 +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
|
7309623eb2
|
Merge pull request #133 from xucong053/support-api-layer-for-testcase
feat: support api layer and global headers for testcase #94 #95
|
2022-03-15 14:11:21 +08:00 |
|
xucong053
|
ee679a7bc2
|
feat: support api layer and global headers for testcase
|
2022-03-15 12:39:41 +08:00 |
|
debugtalk
|
2585670030
|
bump version to v0.6.4
|
2022-03-10 20:16:17 +08:00 |
|
debugtalk
|
b84739df8f
|
change: set not fail-fast
|
2022-03-10 20:08:13 +08:00 |
|
debugtalk
|
116dbdb4d9
|
change: move plugin to independent repo
|
2022-03-10 20:04:18 +08:00 |
|
debugtalk
|
072d5d8fb0
|
fix: remove hrp internal dependency for plugin
|
2022-03-10 16:51:42 +08:00 |
|
debugtalk
|
0ede8d7989
|
refactor: plugin code structure
|
2022-03-05 12:15:33 +08:00 |
|
debugtalk
|
1904d404fd
|
change: update tests
|
2022-03-04 21:04:08 +08:00 |
|
debugtalk
|
37355ab58e
|
Merge pull request #131 from httprunner/refactor-plugin
refactor hashicorp plugin
|
2022-03-04 21:00:50 +08:00 |
|
debugtalk
|
ea89a0b6a9
|
feat: support switch hashicorp plugin with environment HRP_PLUGIN_TYPE
|
2022-03-04 20:50:37 +08:00 |
|
debugtalk
|
c27224a452
|
update version
|
2022-03-04 17:54:46 +08:00 |
|
debugtalk
|
e99b13f645
|
merge main
|
2022-03-04 17:50:43 +08:00 |
|
debugtalk
|
6c9a9d789b
|
bump version to v0.6.3
|
2022-03-04 17:42:55 +08:00 |
|
debugtalk
|
7dd2ac9831
|
refactor: replace json with json-iterator/go to improve performance
|
2022-03-04 17:39:15 +08:00 |
|
debugtalk
|
9d160171fc
|
Merge pull request #118 from bbx-winner/main
compat: support testcase generated by HttpRunner
|
2022-03-04 17:28:20 +08:00 |
|
debugtalk
|
b729b66be3
|
update docs
|
2022-03-04 17:01:13 +08:00 |
|
debugtalk
|
f312535908
|
feat: support hashicorp plugin in gPRC mode
|
2022-03-04 16:46:17 +08:00 |
|
buyuxiang
|
8459e3fab4
|
fix example JSON/YAML file path
|
2022-03-03 19:43:36 +08:00 |
|
buyuxiang
|
026131b604
|
move convertCheckExpr to convertCompatTestCase
|
2022-03-03 19:29:35 +08:00 |
|
buyuxiang
|
a3fafd8c40
|
fix compat convert, add unittest
|
2022-03-03 18:31:10 +08:00 |
|
debugtalk
|
4d64f2d7b6
|
refactor: relocate files
|
2022-03-03 15:06:16 +08:00 |
|
buyuxiang
|
1613eb4724
|
fix: len(validatorMap) == 3
|
2022-03-01 20:58:24 +08:00 |
|
buyuxiang
|
b04a57eb09
|
fix: change Validators type, check json body format
|
2022-03-01 18:05:13 +08:00 |
|
buyuxiang
|
c144d14a4e
|
fix: return checkExpr info when do assertion failed
|
2022-02-28 17:45:28 +08:00 |
|
buyuxiang
|
54d938286e
|
fix: nil step.Request pointer
|
2022-02-28 17:39:09 +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
|
01113581c9
|
Merge pull request #124 from httprunner/refactor-plugin
refactor plugin
|
2022-02-25 23:07:49 +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
|
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 |
|
debugtalk
|
d7be9c938e
|
change: add short flag for continue-on-failure
|
2022-02-25 16:01:17 +08:00 |
|
debugtalk
|
3de4e072b2
|
fix: typo error
|
2022-02-25 12:14:16 +08:00 |
|
buyuxiang
|
6aedf35dad
|
compat: convert testcase generated by HttpRunner
Change-Id: Iabc58b6796b7cd88f7b93e415b3d88dca85b288d
|
2022-02-24 22:32:16 +08:00 |
|
buyuxiang
|
2c2ffadf43
|
fix: append jmespath info when assertion failed
Change-Id: I576aa651086bb2c22343aa69f862955448e1b209
|
2022-02-24 22:30:53 +08:00 |
|
debugtalk
|
b89261a907
|
Merge branch 'main' of https://github.com/httprunner/hrp into refactor-plugin
|
2022-02-24 18:53:38 +08:00 |
|