Commit Graph

3238 Commits

Author SHA1 Message Date
debugtalk
193fcd4d09 fix: parse variables 2021-09-29 09:40:17 +08:00
debugtalk
93d5a18992 feat: parse variable 2021-09-28 22:50:24 +08:00
debugtalk
b6ba6214bc change: remove defaultBoomer 2021-09-28 16:10:33 +08:00
debugtalk
698733c522 change: remove defaultRunner 2021-09-28 16:08:54 +08:00
debugtalk
33112642f0 feat: support set debug for boomer 2021-09-28 15:48:53 +08:00
debugtalk
c7e2f3b808 feat: support set debug for runner 2021-09-28 15:48:13 +08:00
debugtalk
33c5917412 fix: post data 2021-09-26 16:50:59 +08:00
debugtalk
9f59dbf340 feat: validate response object 2021-09-26 16:34:12 +08:00
debugtalk
df7366af55 feat: runStepTestCase 2021-09-24 11:31:34 +08:00
debugtalk
c20f9b07ad feat: runStepRequest 2021-09-24 11:24:13 +08:00
debugtalk
c446f3bf81 feat: support post json 2021-09-23 21:53:30 +08:00
debugtalk
2614d22003 examples: add post form data and put request 2021-09-23 21:42:42 +08:00
debugtalk
e95cc1a05c feat: support post data 2021-09-23 21:37:14 +08:00
debugtalk
cad10bc8b6 feat: run referenced testcase 2021-09-23 11:59:52 +08:00
debugtalk
c2effd3f75 fix: init step request 2021-09-23 11:50:17 +08:00
debugtalk
cc386767ca feat: buildURL 2021-09-23 11:23:26 +08:00
debugtalk
102b8a94a3 refactor: runStep 2021-09-22 21:25:28 +08:00
debugtalk
9fb19da2ac refactor: Run with config 2021-09-22 20:12:33 +08:00
debugtalk
4c2d7673fa refactor: use raw models 2021-09-22 19:58:50 +08:00
debugtalk
3f9b8be720 refactor: simplify api 2021-09-22 19:49:26 +08:00
debugtalk
fe6cca362c refactor: IStep interface 2021-09-22 18:41:28 +08:00
debugtalk
57a1daf105 refactor: run step with runner 2021-09-22 18:23:18 +08:00
debugtalk
5281ad7c25 feat: add http request with github.com/imroc/req 2021-09-22 14:25:41 +08:00
debugtalk
f19454d050 change: rename variables 2021-09-22 14:17:27 +08:00
debugtalk
6d2e8abbde docs: fix typo 2021-09-20 11:09:21 +08:00
debugtalk
82d2981c11 feat: support nested testcase in teststep 2021-09-20 10:59:46 +08:00
debugtalk
fd2cbbb79e change: use pointer type for TStep.Request 2021-09-20 10:47:21 +08:00
debugtalk
a3a205ae49 fix: remove unused method 2021-09-20 10:36:02 +08:00
debugtalk
20eaab5a5f docs: add description 2021-09-20 09:42:42 +08:00
debugtalk
97abc197a4 init HttpBommer 🍰 2021-09-19 13:24:50 +08:00
山海
c478f5380d fix: session_fixture的summary_path包含转义字符 2021-09-06 21:51:36 +08:00
rikasai
b213d81833 Merge pull request #1 from lihuacai168/dev
feat: response extract expresion support variable and function
2021-09-01 15:31:21 +08:00
lihuacai
e60ea26492 feat: response extract expresion support variable and function 2021-09-01 15:29:23 +08:00
debugtalk
f7bae6ba61 Initial commit 2021-09-01 11:43:42 +08:00
debugtalk
569879a219 Merge pull request #1102 from xucong053/master
bump to v3.1.6
v3.1.6
2021-07-18 21:55:21 +08:00
xucong053
2d5418dd3c Update CHANGELOG.md 2021-07-18 21:54:34 +08:00
xucong.053
39450238ff v3.1.6
Change-Id: Ife50332851cfe40492990fbd9edbeed70a60b7af
2021-07-18 21:35:47 +08:00
xucong053
d24ed1eea6 Merge pull request #1 from httprunner/master
pull request
2021-07-18 18:22:34 +08:00
debugtalk
ff78509163 Merge pull request #1101 from xucong053/master
bugfix
2021-07-18 16:19:46 +08:00
xucong053
4f860338fe fix: bugfix 2021-07-18 16:02:47 +08:00
xucong053
6be86e33f0 fix: Resolve the FileNotFoundError while using subprocess on Windows 2021-07-18 15:53:03 +08:00
xucong053
234b587584 fix: add class self-reference for variable annotations 2021-07-16 13:56:23 +08:00
xucong053
a519e60b68 fix #1068: Variable name correction 2021-07-15 23:58:58 +08:00
xucong053
41e2a0546f 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
40aa265092 Merge pull request #1097 from xucong053/master
fix #1079 and #1056
2021-07-13 22:18:04 +08:00
xucong053
d0b37f6282 fix:add list2json for better display 2021-07-13 22:02:27 +08:00
xucong053
6417e38717 fix:resolved list read error caused by Pydantic.BaseModel #1079 2021-07-13 21:54:20 +08:00
xucong053
1c029240b2 add a line break 2021-07-13 21:40:41 +08:00
xucong053
e4c8171b17 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
2ad696d7c6 Merge pull request #1086 from Bu1eCat/master
解决response的dict中如果包含有汉字,显示转义错误的问题
2021-06-27 00:39:09 +08:00