debugtalk
|
c6aa0e4cbd
|
bump version to v4.3.0
|
2022-09-01 21:06:49 +08:00 |
|
debugtalk
|
4132c324a4
|
Merge pull request #1428 from billduan/optimize_strip_sql
优化:strip sql
|
2022-08-12 15:07:12 +08:00 |
|
duanchao.bill
|
f45eae62d0
|
优化:strip sql
|
2022-07-26 12:49:08 +08:00 |
|
debugtalk
|
191123734e
|
bump version to v4.2.0
|
2022-07-26 10:46:05 +08:00 |
|
YangHuaiyu
|
e0d0f009ce
|
support custom requests.Response attr.
|
2022-07-06 08:48:04 +08:00 |
|
debugtalk
|
54442165d2
|
bump version to v4.1.6
|
2022-07-04 22:34:18 +08:00 |
|
debugtalk
|
eb331e8309
|
bump version to v4.1.5
|
2022-06-27 21:41:42 +08:00 |
|
debugtalk
|
b91555c726
|
Merge pull request #1391 from xucong053/bugfix
fix: failed to parse variable referenced in upload
|
2022-06-27 21:01:05 +08:00 |
|
xucong053
|
63e0bb2d85
|
fix: failed to resolve variable references in upload
|
2022-06-27 20:45:07 +08:00 |
|
buyuxiang
|
3f8aa2dc03
|
simplify jmespath compatibility conversion
|
2022-06-27 18:08:23 +08:00 |
|
debugtalk
|
2caf5d5159
|
refactor: make pytest testcases
|
2022-06-26 19:44:30 +08:00 |
|
xucong053
|
28ef00cf00
|
fix: reset the testcase config when initializing SessionRunner
|
2022-06-24 18:45:39 +08:00 |
|
xucong053
|
dab042ae80
|
fix: add the step type to the summary step result
|
2022-06-20 15:56:31 +08:00 |
|
xucong053
|
1eac759069
|
fix: ensure complete summary results
|
2022-06-20 15:36:44 +08:00 |
|
debugtalk
|
683d1379cb
|
refactor: rename variables
|
2022-06-17 23:30:45 +08:00 |
|
debugtalk
|
7340740170
|
bump version to v4.1.4
|
2022-06-17 22:53:24 +08:00 |
|
debugtalk
|
80f1206db4
|
fix #1339: omit pseudo header names for HTTP/1, e.g. :authority, :method, :path, :schema
|
2022-06-17 22:39:19 +08:00 |
|
debugtalk
|
54eebaa9ce
|
fix: uniform_validator
|
2022-06-17 22:20:43 +08:00 |
|
debugtalk
|
b5122521b4
|
fix: set log level for pytest
|
2022-06-17 21:01:13 +08:00 |
|
debugtalk
|
d63baed3d3
|
merge master
|
2022-06-17 20:29:13 +08:00 |
|
debugtalk
|
5e33d79dc9
|
refactor: import allure
|
2022-06-17 19:44:45 +08:00 |
|
debugtalk
|
e9b9193bb1
|
feat: print request and response details when running API cases
|
2022-06-17 19:33:37 +08:00 |
|
xucong053
|
eaf1aa190a
|
fix: step name overrides reference testcase name
|
2022-06-17 18:20:22 +08:00 |
|
debugtalk
|
c77bcd02c0
|
Merge pull request #1364 from billduan/fix_sql_response_print
fix: support None/dict/list format when printing sql response
|
2022-06-17 12:24:25 +08:00 |
|
debugtalk
|
769213a5ab
|
Merge pull request #1360 from xucong053/bugfix
fix: failed to use parameters in referenced testcase
fix: failed to run testcase if python3 is not available on windows
|
2022-06-17 12:20:15 +08:00 |
|
duanchao.bill
|
385e1c8281
|
删除无用注释
|
2022-06-16 22:01:32 +08:00 |
|
bb-idea
|
f018f0867d
|
fix import pytest
|
2022-06-16 16:48:50 +08:00 |
|
bb-idea
|
936093aaed
|
v4增加pytest skip特性
|
2022-06-16 11:41:04 +08:00 |
|
duanchao.bill
|
4498dfa9c6
|
fix:修复sql_response_print的问题,sql_response_print有可能是None/dict/list
fix:增加sqlitedemo,修复sqlite3查询数据报错的问题
|
2022-06-16 11:38:25 +08:00 |
|
xucong053
|
f1043e5bc8
|
fix: unittest
|
2022-06-15 16:35:09 +08:00 |
|
xucong053
|
5731055606
|
fix: failed to use parameters in reference testcase
|
2022-06-15 11:29:15 +08:00 |
|
debugtalk
|
d7c1444327
|
Merge branch 'master' of https://github.com/httprunner/httprunner into refactor-python3-packages
|
2022-06-13 23:41:01 +08:00 |
|
debugtalk
|
2d0d8c3016
|
Merge pull request #1351 from billduan/fix_step_variables
fix: unexpected changes in step variables
|
2022-06-13 22:35:28 +08:00 |
|
duanchao.bill
|
e87218099f
|
http协议后置一下step_variables的赋值,因为prepare_upload_step会特殊处理step.variables
|
2022-06-13 18:48:38 +08:00 |
|
duanchao.bill
|
b22f1f826a
|
run_step_request中不改变step.variables
|
2022-06-13 16:49:00 +08:00 |
|
debugtalk
|
1212e1629d
|
bump version to v4.1.3
|
2022-06-11 23:26:14 +08:00 |
|
duanchao.bill
|
6f3d8325b4
|
调整下顺序
|
2022-06-10 21:36:39 +08:00 |
|
duanchao.bill
|
30cb991aac
|
删除调试日志
|
2022-06-10 21:33:19 +08:00 |
|
duanchao.bill
|
da28cd0734
|
fix:with_variables和extract要保留
|
2022-06-10 21:23:16 +08:00 |
|
duanchao.bill
|
0f0a047e5b
|
fix:clear step variables after step end
|
2022-06-10 20:41:41 +08:00 |
|
duanchao.bill
|
0c93184db8
|
fix:pop->get
|
2022-06-09 12:51:36 +08:00 |
|
duanchao.bill
|
09a46ae3db
|
resolve conflict
|
2022-06-09 10:26:59 +08:00 |
|
duanchao.bill
|
c70fdec576
|
add:增加allure的内容,1.附加log文件 2.添加请求和返回详情
|
2022-06-08 22:07:24 +08:00 |
|
debugtalk
|
174f07bac0
|
bump version to v4.1.2
|
2022-06-03 23:16:51 +08:00 |
|
buyuxiang
|
e71df6e841
|
update: hrp version => v4.1.1
|
2022-05-31 15:11:33 +08:00 |
|
debugtalk
|
2fc2354548
|
bump version to v4.1.0
|
2022-05-28 12:08:36 +08:00 |
|
buyuxiang
|
ecd61c815f
|
update: httprunner make v4
|
2022-05-26 16:04:46 +08:00 |
|
debugtalk
|
717b08c81c
|
change: remove byte
|
2022-05-24 20:56:27 +08:00 |
|
debugtalk
|
8712419a64
|
bump version to v4.1.0-beta
|
2022-05-19 18:29:54 +08:00 |
|
debugtalk
|
fac9898100
|
feat: add pre-commit-hook
|
2022-05-09 16:05:47 +08:00 |
|