Commit Graph

2904 Commits

Author SHA1 Message Date
debugtalk
c605f3e063 change: update docs 2022-06-17 19:52:57 +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
debugtalk
60502983b3 docs: update changelog 2022-06-17 12:45:39 +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
debugtalk
3be8ff65db add user case: youmi 2022-06-17 11:52:32 +08:00
duanchao.bill
385e1c8281 删除无用注释 2022-06-16 22:01:32 +08:00
debugtalk
16fe64dc70 change: update user cases 2022-06-16 19:07:51 +08:00
debugtalk
0f7e949ff5 Merge pull request #1363 from bb-idea/master
feat: support skip for pytest
2022-06-16 18:14:29 +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
96ebad6083 fix: use python instead of python3 if python3 is not available on windows 2022-06-15 11:31:18 +08:00
xucong053
5731055606 fix: failed to use parameters in reference testcase 2022-06-15 11:29:15 +08:00
debugtalk
ec345d9e53 fix: check if debugtalk.go contains main() function 2022-06-14 23:17:34 +08:00
debugtalk
797e0ea56f fix: filter commented out functions when generating plugin file 2022-06-14 22:51:23 +08:00
debugtalk
e2f5d8d626 feat: config pypi index url by setting environment PYPI_INDEX_URL 2022-06-14 19:43:27 +08:00
debugtalk
653e5956fb Merge pull request #1354 from httprunner/refactor-python3-packages
refactor python3 packages

- feat #1342: support specify custom python3 venv, priority is greater than $HOME/.hrp/venv
- feat: assert python3 package installed and version matched
- refactor: build plugin mechanism, cancel automatic installation of dependencies
- fix #1352: avoid conversion to exponential notation
2022-06-14 14:35:46 +08:00
debugtalk
370549ac96 fix: add cmd dir path to /Users/debugtalk/MyProjects/HttpRunner-dev/httprunner/examples/demo-with-py-plugin/.venv/bin:/Users/debugtalk/Library/Python/3.9/bin:/Users/debugtalk/.poetry/bin:/usr/local/opt/node@12/bin:/Users/debugtalk/.gvm/bin:/Users/debugtalk/go/go1.16.3/bin:/Users/debugtalk/go/bin:/usr/local/sbin:/Users/debugtalk/.pyenv/bin:/Users/debugtalk/.poetry/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/puppetlabs/bin:/Users/debugtalk/Library/Python/3.9/bin:/Users/debugtalk/.poetry/bin:/usr/local/opt/node@12/bin:/Users/debugtalk/.gvm/bin:/Users/debugtalk/go/go1.16.3/bin:/Users/debugtalk/go/bin:/usr/local/sbin:/Users/debugtalk/.pyenv/bin:/Users/debugtalk/.local/bin:/Users/debugtalk/.local/bin:/Users/debugtalk/go/bin:/Users/debugtalk/.local/bin 2022-06-14 14:19:48 +08:00
debugtalk
a9299881c4 change: set pypi index url to https://pypi.org/simple 2022-06-14 14:02:28 +08:00
debugtalk
2ca9c3327a change: update changelog 2022-06-14 13:35:09 +08:00
debugtalk
5a5b83fc89 fix #1352: avoid conversion to exponential notation 2022-06-14 13:22:07 +08:00
debugtalk
50c4c94100 refactor: EnsurePython3Venv 2022-06-14 11:52:18 +08:00
debugtalk
663c600d9c change: venv priority: specified > /Users/debugtalk/.hrp/venv 2022-06-14 10:35:33 +08:00
debugtalk
f23309ab7f feat: assert python3 package is ready with specified version 2022-06-14 00:51:45 +08:00
debugtalk
cc5663ddec feat: check if specified python3 venv is invalid 2022-06-13 23:54:47 +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
3025b1665c refactor: build plugin 2022-06-13 23:40:45 +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
debugtalk
fac6dc4955 feat #1342: support specify custom python3 venv 2022-06-13 21:31:05 +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
abd31a8d88 fix: pip upgrade httprunner when installing hrp 2022-06-11 23:46:04 +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
debugtalk
d4c1f00317 change: update for v4.1.2 2022-06-09 23:50:04 +08:00
debugtalk
0381c97202 fix #1337: install on windows 2022-06-09 22:26:03 +08:00
debugtalk
cefc8d6d04 Merge pull request #1346 from xucong053/bugfix
fix: ensure all dependencies in debugtalk.go are installed
2022-06-09 22:07:39 +08:00
xucong053
0eecd2db77 change: upgrade funplugin to v0.4.9 2022-06-09 21:57:13 +08:00
xucong053
ef73c81da2 fix: increase the randomness of parameterized data-driven random strategy 2022-06-09 17:48:57 +08:00
debugtalk
2ab65876e9 Merge pull request #1344 from zc2638/feat/docker
feat: add dockerfile
2022-06-09 13:40:01 +08:00
debugtalk
e72479e574 Merge pull request #1347 from billduan/master
add:增加allure的日志
2022-06-09 13:30:54 +08:00
billduan
09ea39e1fc Merge pull request #4 from billduan/feat_allure
增加allure的内容,1.allure附加log文件 2.allure添加请求和返回详情
2022-06-09 13:05:26 +08:00
duanchao.bill
0c93184db8 fix:pop->get 2022-06-09 12:51:36 +08:00
xucong053
a87c36268b fix: ensure all dependencies in debugtalk.go are installed 2022-06-09 11:26:28 +08:00