Commit Graph

1203 Commits

Author SHA1 Message Date
debugtalk
2834f29504 bump version to v4.0.0 2022-05-03 11:31:05 +08:00
debugtalk
f5ff03d346 refactor: get hrp version from aliyun OSS file 2022-04-25 16:34:11 +08:00
debugtalk
f7511848a5 bump version to v4.0.0-beta 2022-04-24 21:00:15 +08:00
debugtalk
5073308b03 refactor: reformat all code with black 2022-04-23 15:20:13 +08:00
debugtalk
74299a5a5c change: remove testsuite 2022-04-23 15:04:35 +08:00
debugtalk
24fcdfb418 change: remove unused sentry exception 2022-04-22 23:45:16 +08:00
debugtalk
aab9a7de3f change: init logger with INFO level 2022-04-22 22:33:04 +08:00
debugtalk
d09bcbe40c change: update GA events 2022-04-22 20:45:19 +08:00
debugtalk
dfae6b0a59 change: update docs 2022-04-22 20:34:04 +08:00
debugtalk
03bdc6020f feat: hrp convert testcases to pytest scripts 2022-04-22 19:30:38 +08:00
debugtalk
752796a9cc change: remove hrun command 2022-04-22 11:56:31 +08:00
debugtalk
f7f0c5d2cf test: Checks if the pyproject.toml and __version__ in __init__.py are in sync 2022-04-20 14:15:07 +08:00
debugtalk
67d37c0605 feat: disable sentry reports by setting environment DISABLE_SENTRY=true 2022-04-18 15:47:00 +08:00
debugtalk
eaf3ffb16c change: sync changes from v3.1.10 2022-04-18 14:48:09 +08:00
debugtalk
0ae026e989 fix #1249: catch exceptions when requesting with disabling allow_redirects 2022-04-18 14:12:01 +08:00
debugtalk
3491b64c10 change: update comments 2022-04-18 13:01:21 +08:00
debugtalk
e8e28c4326 change: sync changes from v3.1.9 2022-04-17 15:17:16 +08:00
debugtalk
14bad9e5c3 change: update tests format 2022-04-13 17:45:51 +08:00
debugtalk
51a491f179 fix: typo 2022-04-08 09:51:13 +08:00
duanchao.bill
4152a6ae80 feat: support retry when test step failed 2022-04-07 17:04:11 +08:00
debugtalk
19695e76ff fix #1220: parse step url with base url 2022-04-05 13:13:12 +08:00
debugtalk
1aefc9f698 feat: disable GA events report by setting environment DISABLE_GA=true 2022-04-05 11:49:29 +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