Commit Graph

60 Commits

Author SHA1 Message Date
debugtalk
b3610e550b refactor: restructure code 2022-03-30 00:56:04 +08:00
debugtalk
8869b9327c feat: support run testcases in specified folder path, including testcases in sub-folders 2022-03-28 23:58:35 +08:00
debugtalk
2da93086a4 change: trigger actions on push to main branch 2022-03-28 21:43:41 +08:00
debugtalk
f5e80989c4 refactor: simplify ITestCase 2022-03-28 20:36:35 +08:00
debugtalk
1e91b8cb0f feat: support run testcases in specified folder path #1198 2022-03-28 18:44:16 +08:00
debugtalk
205657588e refactor: change TStep API/TestCase type 2022-03-28 16:47:15 +08:00
debugtalk
41f60d254f fix: call referenced api/testcase with relative path 2022-03-27 23:08:56 +08:00
debugtalk
cdabde4dc8 tests: add examples with scaffold 2022-03-27 12:00:09 +08:00
debugtalk
98d154b654 refactor: relocate hrp tests 2022-03-27 11:41:55 +08:00
debugtalk
eed9a78bbf change: move html template to scaffold 2022-03-27 11:28:46 +08:00
debugtalk
cec3c31775 change: lock funplugin version when creating scaffold project 2022-03-27 11:13:03 +08:00
debugtalk
878d009d76 change: remove startproject in python version, move all features to go version 2022-03-27 10:00:02 +08:00
debugtalk
6c17ea3ada change: remove har2case, move all features to go version 2022-03-26 11:58:54 +08:00
debugtalk
da0bec1f77 feat: add --profile flag for har2case to support overwrite headers/cookies with specified yaml/json profile file 2022-03-26 11:01:21 +08:00
debugtalk
1a93f0acb0 refactor: move load json/yaml functions to internal 2022-03-26 09:26:12 +08:00
debugtalk
c99097113e fix: post json with empty data 2022-03-25 23:48:14 +08:00
debugtalk
16cef1d1bb change: print panic trace 2022-03-25 16:20:27 +08:00
debugtalk
ceb290dd49 refactor: rename ga package to sdk 2022-03-25 15:57:25 +08:00
debugtalk
3eab7d470f Merge branch 'master' of https://github.com/httprunner/httprunner into refactor-protocol 2022-03-25 09:37:44 +08:00
debugtalk
a23c85ee48 Merge pull request #1207 from httprunner/modify-loop-count
change: load testing total running count = worker spawn number * loop count
2022-03-24 23:43:57 +08:00
xucong053
c689255441 fix: modify loop count 2022-03-24 23:14:36 +08:00
debugtalk
62b21dab22 change: integrate sentry sdk for panic reporting and analysis 2022-03-24 19:46:21 +08:00
debugtalk
566cc9df82 refactor: merge hrp into httprunner repo 2022-03-23 16:10:45 +08:00
debugtalk
dc773aec3e Merge branch 'v4-dev' 2022-03-23 15:14:26 +08:00
debugtalk
5888c51386 refactor: move files to hrp 2022-03-23 10:36:24 +08:00
debugtalk
288346bfd8 refactor: commands 2022-01-08 15:10:37 +08:00
debugtalk
d1b80bb164 feat: init scaffold 2022-01-08 11:42:39 +08:00
debugtalk
e0b0de4b93 feat: install hrp with one shell command 2022-01-07 17:59:42 +08:00
debugtalk
2a9f018489 change: RunE => Run 2022-01-07 15:38:34 +08:00
debugtalk
bbd9ebcecb change: remove extra log 2022-01-06 20:54:07 +08:00
debugtalk
17657d73a4 fix: skip set ulimit on windows 2021-12-30 16:40:04 +08:00
debugtalk
330d105d6c change: add debug log 2021-12-30 16:30:58 +08:00
debugtalk
3c54bf230b change: skip setting ulimit for windows 2021-12-30 16:22:08 +08:00
debugtalk
ce25a14fa8 feat: set ulimit to 10240 before load testing 2021-12-30 15:48:17 +08:00
debugtalk
12e3bda54b change: add website url 2021-12-28 15:22:54 +08:00
debugtalk
4fcab5cad5 refactor: move har2case to internal 2021-12-27 17:16:15 +08:00
debugtalk
b65affaefd feat: add banner in command 2021-12-27 14:52:39 +08:00
debugtalk
a1ea92cfc5 fix: data race 2021-12-24 17:11:58 +08:00
debugtalk
745a29a379 change: remove namespace 2021-12-22 21:04:20 +08:00
debugtalk
a36232b734 change: update logs 2021-12-22 20:45:53 +08:00
debugtalk
920e0a9431 refactor: logger 2021-12-22 19:36:53 +08:00
debugtalk
8ef4ad4282 refactor: fork boomer as sub module 2021-12-22 17:21:52 +08:00
debugtalk
4696a18eb4 fix: report transaction result 2021-12-21 20:38:36 +08:00
debugtalk
1e57b840b4 change: update docs 2021-12-20 20:22:19 +08:00
debugtalk
2b3c1b3c57 change: make API more concise 2021-12-07 21:44:06 +08:00
debugtalk
dcba1dfa65 feat: add PrometheusPusherOutput 2021-12-02 11:46:33 +08:00
debugtalk
45566f015c fix: typo
change: do not add console output by default

feat: add GA for docs

refactor: move builtin to internal

refactor: relocate sentry sdk

feat: report events with ga

change: use http client session

fix: report GA events

change: sentry
2021-11-26 15:39:17 +08:00
debugtalk
f6ac2d82fd feat #11: release hrp cli binaries automatically with github actions
feat #20: add Makefile for running unittest and building hrp cli binary
2021-11-19 17:38:31 +08:00
debugtalk
05249967f9 feat #19: integrate sentry for event reporting 2021-11-18 18:14:02 +08:00
debugtalk
16347d6796 feat: run standalone boomer 2021-11-14 20:58:45 +08:00