Commit Graph

485 Commits

Author SHA1 Message Date
buyuxiang
5619556698 del unused once field
Change-Id: I8086a4bc20baffaf94c4845d3d5e62ce7120fe33
2022-02-17 15:09:41 +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
debugtalk
9fd2367367 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
buyuxiang
158bc160bb restore headers.Content-Type validate
Change-Id: I6fdf2291bdf953f19ee6e9474020a2ab72186acf
2022-02-15 17:10:38 +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
b1fdd4be71 fix: Connection and Content-Type not found in postman-echo headers
Change-Id: Ieae673e12c7baabe231d7f3509bba18624d80431
2022-02-14 16:06:34 +08:00
buyuxiang
ef5f071dbc fix: converInt function bug
Change-Id: Ifb364a943351f3762f5784fb8d84d9eb385a383f
2022-02-14 16:02:28 +08:00
buyuxiang
569ba24bcf Merge branch 'main' of github.com:httprunner/hrp
Change-Id: I3989c88355fe3d70f4753e737e0d0dd4c059c9eb
2022-02-14 14:41:38 +08:00
buyuxiang
5bce59c583 fix starts_with and ends_wih spelling
Change-Id: I1e475e8187f6e793cd9f9029af93a7d80603b26d
2022-02-14 14:41:15 +08:00
debugtalk
a3c60da51b change: update survey 2022-02-11 23:51:48 +08:00
debugtalk
9ec4ed4146 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
buyuxiang
5c03e0d325 modify assertion functions and their docs
Change-Id: I12bc6425e098b62b08bd5ca2fb7a9cc0482e1910
2022-02-11 17:54:32 +08:00
buyuxiang
293551997f add httpbingo test
Change-Id: I41911d2a723ac64d5aa0cdf6b3f99b2554c6a196
2022-02-11 15:20:31 +08:00
buyuxiang
fbeecc2693 fix: incorrect assertion func
Change-Id: I66f25fcf00e36e83308e820b859b4a94907833fc
2022-02-11 15:11:37 +08:00
buyuxiang
619fb6eaa7 fix: json number convert rule
Change-Id: I68a811b803631ef78b6b12fe548f98b676a10eb3
2022-02-11 15:10:37 +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
debugtalk
3b90ba5726 Merge pull request #78 from lihuacai168/hot-fix
fix: custom content-type prior to default
2022-02-10 14:36:07 +08:00
lihuacai
d35124beba fix: custom content-type prior to default 2022-02-10 14:21:19 +08:00
debugtalk
5164c8d101 change: update docs 2022-02-09 20:28:21 +08:00
debugtalk
5a6f975eb4 Merge pull request #77 from xucong053/main
fix: inaccurate stat data in API test report
2022-02-09 13:11:45 +08:00
xucong053
29ba47b24b fix: inaccurate stat data in API test report 2022-02-09 11:52:29 +08:00
debugtalk
08411e4fbb Merge pull request #75 from xucong053/main
feat: generate html reports for API testing #74
2022-02-08 17:02:34 +08:00
xucong053
f398f34e71 feat: generate html reports for API testing #74 2022-02-08 16:49:37 +08:00
xucong053
d893999f5f feat: generate html reports for API testing #74 2022-02-08 15:35:02 +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
6d9342adac Merge pull request #73 from xucong053/main
feat #25: record execution data for generating report
2022-01-27 16:40:20 +08:00
xucong053
2a81a4a04a feat: record execution data for report #25 2022-01-27 15:36:36 +08:00
debugtalk
82c25e5003 update 2022-01-26 16:10:57 +08:00
debugtalk
d2e191003f feat: upload artifacts to aliyun oss 2022-01-26 15:43:11 +08:00
debugtalk
7a37fc1fac feat: upload artifacts to aliyun oss 2022-01-26 15:22:12 +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
229c1839b1 Merge pull request #71 from bbx-winner/main
feat: implement `rendezvous` mechanism for load test
2022-01-25 20:25:40 +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
a89d83869c modify rendezvous bonudary testcase
Change-Id: I88329ed6007c17be779b9c2845113e5d090671b2
2022-01-25 19:58:52 +08:00
debugtalk
d91bbd5e07 fix: build hashicorp plugin failed when creating scaffold 2022-01-25 18:11:12 +08:00
debugtalk
34d494556f Merge branch 'main' of https://github.com/httprunner/hrp into main 2022-01-25 17:26:28 +08:00
debugtalk
46cc606a6c fix #68: go get failed with invalid version error 2022-01-25 16:37:56 +08:00
debugtalk
1a6fb28d04 fix: go get failed with invalid version error 2022-01-25 16:21:12 +08:00
debugtalk
339087600f bump version to v0.5.3 2022-01-25 15:53:11 +08:00
buyuxiang
d7ff433818 feat: support rendezvous after spawn done
Change-Id: I4b07a88b61da4dc1863b189db9eb831ffb14130a
2022-01-25 14:25:14 +08:00
buyuxiang
639480a6c5 Merge branch 'main' of github.com:httprunner/hrp
Change-Id: Ia0ad0c10312d94904de0caf38bf4deb395ab6b73
2022-01-24 21:19:56 +08:00
debugtalk
387d4a46fb fix: avoid removing hrp in current dir 2022-01-24 21:06:36 +08:00
debugtalk
61f8ef6362 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