debugtalk
|
f07d96cb5e
|
fix: data racing by parsing config
|
2022-04-12 22:40:58 +08:00 |
|
debugtalk
|
c6286a222a
|
Merge pull request #1239 from bbx-winner/master
feat: parse check item before jmespath search
|
2022-04-12 20:08:52 +08:00 |
|
buyuxiang
|
fcb1fb1575
|
feat: parse checkItem before searchField
|
2022-04-12 20:07:19 +08:00 |
|
debugtalk
|
edc86f00aa
|
Merge pull request #1242 from xucong053/bugfix
fix: deal with extract expr including hyphen
|
2022-04-12 17:18:32 +08:00 |
|
xucong053
|
1964103104
|
fix: deal with extract expr including hyphen
|
2022-04-12 11:48:46 +08:00 |
|
debugtalk
|
e3af0df5a4
|
Merge pull request #1238 from xucong053/bugfix-failed-to-gen-html-report
fix: failed to generate html report while running demo_ref_testcase.yml #1237
|
2022-04-11 20:27:30 +08:00 |
|
xucong053
|
2c476c3e8e
|
fix: failed to generate html report while running demo_ref_testcase.yml #1237
|
2022-04-11 20:09:23 +08:00 |
|
xucong053
|
db281537e4
|
fix: failed to assert when int is compared with int64 #1232
|
2022-04-11 18:19:18 +08:00 |
|
debugtalk
|
7259d12562
|
feat: add pytest sub-command to run pytest scripts
|
2022-04-09 00:08:18 +08:00 |
|
debugtalk
|
3e404da4b4
|
docs: update README
|
2022-04-08 23:28:00 +08:00 |
|
debugtalk
|
de2faaa652
|
Merge branch 'master' into master
|
2022-04-08 09:38:37 +08:00 |
|
buyuxiang
|
a0d9bcaba6
|
fix: EnableHTTP2() -> HTTP2(); HTTP/2.0 -> HTTP/2
|
2022-04-08 09:27:02 +08:00 |
|
buyuxiang
|
e6ca2ac5cd
|
feat: support HTTP/2.0
|
2022-04-07 21:40:37 +08:00 |
|
debugtalk
|
5e40e3692d
|
fix: avoid panic when running tests
|
2022-04-06 13:36:06 +08:00 |
|
debugtalk
|
6d11f1264f
|
fix: panic by data racing
|
2022-04-05 13:41:52 +08:00 |
|
debugtalk
|
37be5c6060
|
fix #1220: parse step url with base url
|
2022-04-05 13:13:12 +08:00 |
|
debugtalk
|
c2ba010f28
|
feat: disable GA events report by setting environment DISABLE_GA=true
|
2022-04-05 11:49:29 +08:00 |
|
debugtalk
|
1b70678bfd
|
docs: add docs
|
2022-04-02 12:12:42 +08:00 |
|
debugtalk
|
d36c1cb987
|
refactor: make step extensible to support implementing new protocols and test types for python version
|
2022-04-01 22:47:47 +08:00 |
|
debugtalk
|
e5f994f936
|
Merge branch 'master' of https://github.com/httprunner/httprunner into refactor-python
|
2022-03-31 23:01:36 +08:00 |
|
xucong053
|
e763340370
|
fix: failed to parse testcase config while load testing
|
2022-03-31 17:32:01 +08:00 |
|
xucong053
|
2be38454a8
|
fix: failed to run parameters_test.json
|
2022-03-31 14:25:59 +08:00 |
|
debugtalk
|
03b8aa3518
|
change: move step logs to session runner
|
2022-03-31 12:20:40 +08:00 |
|
debugtalk
|
d08368ad17
|
docs: add docs for IStep
|
2022-03-30 16:56:31 +08:00 |
|
debugtalk
|
a92820a3b1
|
refactor: runStepRequest
|
2022-03-30 15:34:17 +08:00 |
|
debugtalk
|
20d0749841
|
refactor: TestCaseSessionRunner
|
2022-03-30 14:40:18 +08:00 |
|
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 |
|