Commit Graph

2588 Commits

Author SHA1 Message Date
debugtalk
e3dc6ccb32 fix: parse variables 2021-09-29 09:40:17 +08:00
debugtalk
b58701178d feat: parse variable 2021-09-28 22:50:24 +08:00
debugtalk
0cff656ca0 change: remove defaultBoomer 2021-09-28 16:10:33 +08:00
debugtalk
993cc6af6d change: remove defaultRunner 2021-09-28 16:08:54 +08:00
debugtalk
6cb2a92b7a feat: support set debug for boomer 2021-09-28 15:48:53 +08:00
debugtalk
1c770110d5 feat: support set debug for runner 2021-09-28 15:48:13 +08:00
debugtalk
fbd238e55a fix: post data 2021-09-26 16:50:59 +08:00
debugtalk
2be9dd580b feat: validate response object 2021-09-26 16:34:12 +08:00
debugtalk
c9f1f8e42f feat: runStepTestCase 2021-09-24 11:31:34 +08:00
debugtalk
a2ca1cd0dd feat: runStepRequest 2021-09-24 11:24:13 +08:00
debugtalk
e1f723e47e feat: support post json 2021-09-23 21:53:30 +08:00
debugtalk
961950b35d examples: add post form data and put request 2021-09-23 21:42:42 +08:00
debugtalk
0defdfa76d feat: support post data 2021-09-23 21:37:14 +08:00
debugtalk
9f8398a865 feat: run referenced testcase 2021-09-23 11:59:52 +08:00
debugtalk
edaaaee6a3 fix: init step request 2021-09-23 11:50:17 +08:00
debugtalk
03404f18ab feat: buildURL 2021-09-23 11:23:26 +08:00
debugtalk
55c8aef53f refactor: runStep 2021-09-22 21:25:28 +08:00
debugtalk
3f3b965b47 refactor: Run with config 2021-09-22 20:12:33 +08:00
debugtalk
a4f9d073c7 refactor: use raw models 2021-09-22 19:58:50 +08:00
debugtalk
5313ea6d6f refactor: simplify api 2021-09-22 19:49:26 +08:00
debugtalk
9c977c07ef refactor: IStep interface 2021-09-22 18:41:28 +08:00
debugtalk
aee9b0c0b5 refactor: run step with runner 2021-09-22 18:23:18 +08:00
debugtalk
e0d1c5d959 feat: add http request with github.com/imroc/req 2021-09-22 14:25:41 +08:00
debugtalk
9f345026fa change: rename variables 2021-09-22 14:17:27 +08:00
debugtalk
50775cd47d docs: fix typo 2021-09-20 11:09:21 +08:00
debugtalk
c29f85bc64 feat: support nested testcase in teststep 2021-09-20 10:59:46 +08:00
debugtalk
f4874c525f change: use pointer type for TStep.Request 2021-09-20 10:47:21 +08:00
debugtalk
08122f589b fix: remove unused method 2021-09-20 10:36:02 +08:00
debugtalk
10e6c630eb docs: add description 2021-09-20 09:42:42 +08:00
debugtalk
6b7955a955 init HttpBommer 🍰 2021-09-19 13:24:50 +08:00
山海
a789d306b0 fix: session_fixture的summary_path包含转义字符 2021-09-06 21:51:36 +08:00
rikasai
611933b8cc Merge pull request #1 from lihuacai168/dev
feat: response extract expresion support variable and function
2021-09-01 15:31:21 +08:00
lihuacai
0bad623780 feat: response extract expresion support variable and function 2021-09-01 15:29:23 +08:00
debugtalk
6f824ea1cf Initial commit 2021-09-01 11:43:42 +08:00
debugtalk
5467326f8e Merge pull request #1102 from xucong053/master
bump to v3.1.6
2021-07-18 21:55:21 +08:00
xucong053
75d9e78226 Update CHANGELOG.md 2021-07-18 21:54:34 +08:00
xucong.053
c1dc9cd39e v3.1.6
Change-Id: Ife50332851cfe40492990fbd9edbeed70a60b7af
2021-07-18 21:35:47 +08:00
xucong053
6b9e7fad57 Merge pull request #1 from httprunner/master
pull request
2021-07-18 18:22:34 +08:00
debugtalk
6098b96ef1 Merge pull request #1101 from xucong053/master
bugfix
2021-07-18 16:19:46 +08:00
xucong053
b583e3cce1 fix: bugfix 2021-07-18 16:02:47 +08:00
xucong053
dd05e920fa fix: Resolve the FileNotFoundError while using subprocess on Windows 2021-07-18 15:53:03 +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
debugtalk
5916ce85d6 Merge pull request #1097 from xucong053/master
fix #1079 and #1056
2021-07-13 22:18:04 +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