Commit Graph

1182 Commits

Author SHA1 Message Date
debugtalk
9eac87543e change: do not send GA events in CI environment 2022-04-05 10:34:53 +08:00
debugtalk
f5294cb23a change: remove locust for python version 2022-04-03 00:13:28 +08:00
debugtalk
1aeaed5050 feat: add ConfigThrift for thrift rpc 2022-04-03 00:06:24 +08:00
debugtalk
390a7b1170 change: rename StepData to StepResult 2022-04-02 23:46:06 +08:00
debugtalk
a0963ce413 docs: add docs 2022-04-02 12:12:42 +08:00
debugtalk
acd85136dd fix: run referenced testcase in python 2022-04-02 10:33:35 +08:00
debugtalk
1a586482f0 refactor: make step extensible to support implementing new protocols and test types for python version 2022-04-01 22:47:47 +08:00
chenronghua
a79aa517e9 fix: annotation-wrong 2022-03-29 14:57:55 +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
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
fbe6b51b7a fix: remove misuse of NoReturn in Python typing 2022-03-25 19:10:28 +08:00
debugtalk
b0a8c6ce9e change: remove fastapi and uvicorn for python httprunner 2022-03-25 16:54:56 +08:00
debugtalk
6ce24fb6a2 change: remove locust for python httprunner 2022-03-25 16:50:45 +08:00
debugtalk
25f5e47dab change: update changelog 2022-03-24 16:34:10 +08:00
debugtalk
64ff34a341 refactor: relocate python test files 2022-03-23 23:14:16 +08:00
debugtalk
2187d41e65 refactor: move files to hrp 2022-03-23 10:36:24 +08:00
debugtalk
6cb835c6c6 fix #1103: variable should not start with digit 2022-03-22 17:37:57 +08:00
debugtalk
d8b1e4737c Merge branch 'master' of https://github.com/httprunner/httprunner 2022-03-22 17:19:49 +08:00
debugtalk
e78cd0376f Merge pull request #1113 from lihuacai168/master
feat: support variable and function in response extract expression
2022-03-22 17:17:23 +08:00
debugtalk
cdfb936f92 Merge branch 'master' of https://github.com/httprunner/httprunner 2022-03-22 17:13:38 +08:00
debugtalk
ab26910d5e Merge branch 'master' into master 2022-03-22 17:06:56 +08:00
debugtalk
0025bb21f6 fix: keep negative index in jmespath unchanged when converting pytest files 2022-03-22 17:00:09 +08:00
debugtalk
37518a86de change: load yaml file with FullLoader 2022-03-22 16:34:07 +08:00
debugtalk
593af8ebc7 Merge pull request #1134 from taojian-byte/master
fix: pyyaml 6.0 deprecated load without loader
2022-03-22 16:16:02 +08:00
debugtalk
ae57c8bd9e change: replace events reporter from sentry to Google Analytics 2022-03-22 12:04:46 +08:00
debugtalk
9a74aafd34 feat: report events with Google Analytics 2022-03-22 11:39:28 +08:00
debugtalk
dac77226c2 fix #1161: readme path error 2022-03-21 14:14:30 +08:00
lan
651a8e4ae0 .env file ignore blank lines and comments 2022-01-18 17:33:51 +08:00
lan
822ae88c77 HTTPS:'WrappedSocket' object has no attribute 'getsockname' and 'getpeername' 2022-01-18 17:31:12 +08:00
debugtalk
7d8234d7c8 fix: flake8 2021-12-28 14:58:22 +08:00
taojian
7fb6edf6d8 fix: pyyaml 6.0 deprecated load without loader 2021-11-24 14:35:51 +08:00
rikasai
0cfd3fbea6 Merge pull request #2 from httprunner/master
fix:转义符
2021-11-04 22:50:18 +08:00
cyandragon88
09a833d61b har2case add profile args 2021-10-31 21:49:57 +08:00
山海
a789d306b0 fix: session_fixture的summary_path包含转义字符 2021-09-06 21:51:36 +08:00
lihuacai
0bad623780 feat: response extract expresion support variable and function 2021-09-01 15:29:23 +08:00
xucong.053
c1dc9cd39e v3.1.6
Change-Id: Ife50332851cfe40492990fbd9edbeed70a60b7af
2021-07-18 21:35:47 +08:00
xucong053
cc66646116 fix: add class self-reference for variable annotations 2021-07-16 13:56:23 +08:00
xucong053
bf34487134 fix #1068: Variable name correction 2021-07-15 23:58:58 +08:00
xucong053
dd6b82425a fix #1059: data type hint correction
reference runner.py: step_data.data = case_result.get_step_datas()  # list of step data
change: List[SessionData] --> List['StepData']
2021-07-14 21:36:44 +08:00
xucong053
1dbc5158d9 fix:add list2json for better display 2021-07-13 22:02:27 +08:00
xucong053
aba5cf67bd fix:resolved list read error caused by Pydantic.BaseModel #1079 2021-07-13 21:54:20 +08:00
xucong053
c453da3d5f add a line break 2021-07-13 21:40:41 +08:00
xucong053
ae41de3926 fix: _search_jmespath add expr verificaion
_search_jmespath():input-->output
before:"success"-->None
after:"success"-->"success"
2021-07-13 20:28:46 +08:00
debugtalk
9589f528e5 Merge pull request #1086 from Bu1eCat/master
解决response的dict中如果包含有汉字,显示转义错误的问题
2021-06-27 00:39:09 +08:00
debugtalk
58b71ef8e6 feat: add brotli 2021-06-27 00:02:34 +08:00
huangdabiao
dbc26ae798 解决response的dict中如果包含有汉字,显示转义错误的问题 2021-06-10 10:32:11 +08:00
debugtalk
30bbc2c72c Merge pull request #1031 from rihkddd/master
fix: comparator contained_by should assert the type of expect_vaule.
2021-01-28 18:03:30 +08:00
liangliang tian
a82aee24d3 fix:ResponseData body add list type 2020-12-09 17:53:26 +08:00
01382037
424d48692d fix: comparator contained_by should assert the type of expect_vaule. 2020-11-11 16:09:50 +08:00