debugtalk
6f1495b917
refactor: runStepRequest
2022-03-30 15:34:17 +08:00
debugtalk
26c4f5c0c3
refactor: TestCaseSessionRunner
2022-03-30 14:40:18 +08:00
debugtalk
8708e86b3d
refactor: restructure code
2022-03-30 00:56:04 +08:00
debugtalk
71a2ae944d
feat: support run testcases in specified folder path, including testcases in sub-folders
2022-03-28 23:58:35 +08:00
debugtalk
8fb1f6e0c9
change: trigger actions on push to main branch
2022-03-28 21:43:41 +08:00
debugtalk
8d627f7ba2
refactor: simplify ITestCase
2022-03-28 20:36:35 +08:00
debugtalk
f84bf3b1a6
feat: support run testcases in specified folder path #1198
2022-03-28 18:44:16 +08:00
debugtalk
e31f23cbe0
refactor: change TStep API/TestCase type
2022-03-28 16:47:15 +08:00
debugtalk
6b2623b95f
fix: call referenced api/testcase with relative path
2022-03-27 23:08:56 +08:00
debugtalk
349556249c
tests: add examples with scaffold
2022-03-27 12:00:09 +08:00
debugtalk
3f2d907c9d
refactor: relocate hrp tests
2022-03-27 11:41:55 +08:00
debugtalk
30003077fc
change: move html template to scaffold
2022-03-27 11:28:46 +08:00
debugtalk
86fb3def93
change: lock funplugin version when creating scaffold project
2022-03-27 11:13:03 +08:00
debugtalk
ee86bb9292
change: remove startproject in python version, move all features to go version
2022-03-27 10:00:02 +08:00
debugtalk
e382f692e4
change: remove har2case, move all features to go version
2022-03-26 11:58:54 +08:00
debugtalk
a5f7eea9c3
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
d3b3b80d17
refactor: move load json/yaml functions to internal
2022-03-26 09:26:12 +08:00
debugtalk
0111deece7
fix: post json with empty data
2022-03-25 23:48:14 +08:00
debugtalk
a4e28601e9
change: print panic trace
2022-03-25 16:20:27 +08:00
debugtalk
ceb31b1982
refactor: rename ga package to sdk
2022-03-25 15:57:25 +08:00
debugtalk
f555034a25
Merge branch 'master' of https://github.com/httprunner/httprunner into refactor-protocol
2022-03-25 09:37:44 +08:00
debugtalk
104b897b67
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
e31ef1f316
fix: modify loop count
2022-03-24 23:14:36 +08:00
debugtalk
122e6831e0
change: integrate sentry sdk for panic reporting and analysis
2022-03-24 19:46:21 +08:00
debugtalk
fe28772813
refactor: merge hrp into httprunner repo
2022-03-23 16:10:45 +08:00
debugtalk
c2822207ff
Merge branch 'v4-dev'
2022-03-23 15:14:26 +08:00
debugtalk
2187d41e65
refactor: move files to hrp
2022-03-23 10:36:24 +08:00
debugtalk
2ec2b86c05
refactor: commands
2022-01-08 15:10:37 +08:00
debugtalk
e596bddda7
feat: init scaffold
2022-01-08 11:42:39 +08:00
debugtalk
55688e3b6f
feat: install hrp with one shell command
2022-01-07 17:59:42 +08:00
debugtalk
005a5e5fb8
change: RunE => Run
2022-01-07 15:38:34 +08:00
debugtalk
f7a5cc877b
change: remove extra log
2022-01-06 20:54:07 +08:00
debugtalk
025e84ff81
fix: skip set ulimit on windows
2021-12-30 16:40:04 +08:00
debugtalk
2c69966c2f
change: add debug log
2021-12-30 16:30:58 +08:00
debugtalk
3f709b4d71
change: skip setting ulimit for windows
2021-12-30 16:22:08 +08:00
debugtalk
52d43861f3
feat: set ulimit to 10240 before load testing
2021-12-30 15:48:17 +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
2068497d53
feat: add banner in command
2021-12-27 14:52:39 +08:00
debugtalk
b42246f664
fix: data race
2021-12-24 17:11:58 +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
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
bd3aae18f6
change: make API more concise
2021-12-07 21:44:06 +08:00
debugtalk
f39acd35a0
feat: add PrometheusPusherOutput
2021-12-02 11:46:33 +08:00
debugtalk
7fd26395ed
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
48e26354a7
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