Commit Graph

254 Commits

Author SHA1 Message Date
debugtalk
49829a6fc7 refactor: run testcase with case runner 2021-12-28 18:12:27 +08:00
debugtalk
6f3b492839 change: add website url 2021-12-28 15:22:54 +08:00
debugtalk
9608e6a16b refactor: move har2case to internal 2021-12-27 17:16:15 +08:00
debugtalk
398ef87894 bump version to v0.4.0 2021-12-27 17:13:53 +08:00
debugtalk
8e8ad97ba0 Merge branch 'main' of https://github.com/httprunner/hrp into dev 2021-12-27 16:14:56 +08:00
debugtalk
8666d665ed Merge pull request #39 from httprunner/licence
Update License

switch license from Apache-2.0 to AGPL-3.0
2021-12-27 16:14:05 +08:00
debugtalk
3e466dc397 Update License
switch license from Apache-2.0 to AGPL-3.0
2021-12-27 16:13:16 +08:00
debugtalk
2068497d53 feat: add banner in command 2021-12-27 14:52:39 +08:00
debugtalk
4be765a150 change: update models 2021-12-24 18:44:54 +08:00
debugtalk
62ccd67cf5 docs: update changelog 2021-12-24 18:44:27 +08:00
debugtalk
d1726c2496 Merge pull request #37 from httprunner/fix-race
- feat: spawn workers with rate limit
- feat: add boomer state
- fix: data race
- fix: getCurrentRps
- refactor: simplify boomer runner
2021-12-24 17:38:22 +08:00
debugtalk
38a6fecf5c feat: convert state to string 2021-12-24 17:29:45 +08:00
debugtalk
33b1c0d390 feat: spawn workers with rate limit 2021-12-24 17:24:30 +08:00
debugtalk
b42246f664 fix: data race 2021-12-24 17:11:58 +08:00
debugtalk
ab12a93bbc fix: getCurrentRps 2021-12-24 11:59:13 +08:00
debugtalk
f2afb8f9de refactor: simplify boomer runner 2021-12-24 10:05:27 +08:00
debugtalk
bc8e70a742 change: unittest with race 2021-12-23 22:33:38 +08:00
debugtalk
4ad57585cd feat: add boomer state 2021-12-23 22:31:30 +08:00
debugtalk
0c0c154a28 refactor: simplify boomer runner 2021-12-23 22:01:35 +08:00
debugtalk
970734607e fix: race error 2021-12-23 18:53:00 +08:00
debugtalk
81b4f6451e docs: update demo log 2021-12-23 17:25:03 +08:00
debugtalk
39f6062bf4 Merge pull request #36 from httprunner/feat-transaction
v0.3.0

- feat: implement `transaction` mechanism for load test
- feat: support `--continue-on-failure` flag to continue running next step when failure occurs, default to failfast
- refactor: fork boomer as sub module
- feat: report GA events with version
- feat: run load test with the given limit and burst as rate limiter
- change: update API models
2021-12-23 17:19:02 +08:00
debugtalk
b308a77f43 change: remove race detector 2021-12-23 17:13:05 +08:00
debugtalk
f7ff644a92 change: add warn logs 2021-12-23 11:10:13 +08:00
debugtalk
dd1b7b9d4e fix: unittest 2021-12-23 09:42:15 +08:00
debugtalk
ddfa9168ad change: update docs 2021-12-23 09:33:19 +08:00
debugtalk
3574135cf7 change: add StartTransaction/EndTransaction method 2021-12-23 09:32:53 +08:00
debugtalk
c7d6426f51 change: remove namespace 2021-12-22 21:04:20 +08:00
debugtalk
8e58e25e2b change: update logs 2021-12-22 20:45:53 +08:00
debugtalk
fe9c4617fc feat: report GA events with version 2021-12-22 20:13:40 +08:00
debugtalk
e428a7b6b5 feat: group metrics with instance uuid 2021-12-22 19:46:06 +08:00
debugtalk
2c0772ce30 refactor: logger 2021-12-22 19:36:53 +08:00
debugtalk
a845b58ff5 refactor: fork boomer as sub module 2021-12-22 17:21:52 +08:00
debugtalk
f11310a8bd fix: report transaction result 2021-12-21 20:38:36 +08:00
debugtalk
e7ecd148d0 change: update docs 2021-12-20 20:22:19 +08:00
debugtalk
1958883a24 feat: report testcase as a whole Action transaction, inspired by LoadRunner 2021-12-20 18:38:36 +08:00
debugtalk
310b89b84b change: update docs 2021-12-13 14:38:52 +08:00
debugtalk
cde4eae138 feat: load test with transactions 2021-12-12 11:55:26 +08:00
debugtalk
0d9c2873c1 docs: add description for interfaces 2021-12-08 14:29:15 +08:00
debugtalk
799284c121 change: relocate 2021-12-08 14:20:54 +08:00
debugtalk
929247723a refactor: NewStep 2021-12-08 13:26:12 +08:00
debugtalk
a55f523fd7 refactor: NewConfig 2021-12-08 13:07:39 +08:00
debugtalk
9689201d29 feat: log rendezvous when running tests 2021-12-08 11:29:57 +08:00
debugtalk
01cd071bb9 feat: log transaction when running tests 2021-12-08 11:18:48 +08:00
debugtalk
6da8ebf62c change: rename step structs 2021-12-08 10:58:10 +08:00
debugtalk
4d8d5e8091 Merge pull request #35 from httprunner/refactor-models
change: make API more concise
2021-12-07 21:45:23 +08:00
debugtalk
bd3aae18f6 change: make API more concise 2021-12-07 21:44:06 +08:00
debugtalk
1a36547ff0 Merge pull request #34 from httprunner/refactor-models
v0.2.2

- refactor: update models to make API more concise
- change: remove mkdocs, move to [repo](https://github.com/httprunner/httprunner.github.io)
2021-12-07 18:44:31 +08:00
debugtalk
23602902be docs: add comments 2021-12-07 18:37:42 +08:00
debugtalk
648b6c6616 docs: udpate changelog 2021-12-07 15:04:36 +08:00