Commit Graph
145 Commits
Author SHA1 Message Date
debugtalk 7de56be499 fix #1161: readme path error 2022-03-21 14:14:30 +08:00
debugtalk ea552c4e49 fix: upgrade dependencies for security 2021-11-15 22:09:32 +08:00
debugtalk 6add3ccdc3 fix: upgrade fastapi for security 2021-11-15 20:30:04 +08:00
xucong.053 39450238ff v3.1.6
Change-Id: Ife50332851cfe40492990fbd9edbeed70a60b7af
2021-07-18 21:35:47 +08:00
debugtalk 3071a6015e feat: add brotli 2021-06-27 00:02:34 +08:00
debugtalk 9c78e70595 bump version 3.1.4 2020-07-30 11:14:36 +08:00
debugtalk 2becf4ecdd bump version 3.1.3 2020-07-06 10:50:49 +08:00
debugtalk 1aacc28dd1 fix: missing setup/teardown hooks for referenced testcase 2020-06-29 19:11:29 +08:00
debugtalk 902a6855f5 bump version 3.1.1 2020-06-23 14:47:58 +08:00
debugtalk e248ba77f6 feat: integrate locust v1.0 2020-06-18 18:33:10 +08:00
debugtalk 2dcbee79e0 change: make compatibility with Locust HttpSession 2020-06-18 15:27:53 +08:00
debugtalk b416be1d31 bump version 3.0.13 2020-06-15 15:42:48 +08:00
debugtalk a601880aa3 docs: update changelog 2020-06-14 22:55:38 +08:00
debugtalk 6220367394 change: override variables
(1) testcase: session variables > step variables > config variables
(2) testsuite: testcase variables > config variables
(3) testsuite testcase variables > testcase config variables
2020-06-08 16:11:06 +08:00
debugtalk 9f140fc958 fix: ensure upload ready 2020-06-07 17:17:52 +08:00
debugtalk 992f17dc92 refactor: rename schema to models 2020-06-05 10:38:12 +08:00
debugtalk 1d0df3881f change: capture exception with sentry 2020-06-04 12:11:27 +08:00
debugtalk 6506a2e864 feat: add sentry sdk 2020-06-04 11:14:04 +08:00
debugtalk 5e3463bab2 feat: describe testcase in chain-call style 2020-06-03 16:50:53 +08:00
debugtalk 052869d59c change: make allure-pytest, requests-toolbelt, filetype as optional dependencies 2020-05-28 18:21:33 +08:00
debugtalk d0a289c6bf fix: ensure compatibility with deprecated cli args in v2 2020-05-28 18:10:50 +08:00
debugtalk 5196cfa3ec fix: ensure converted python file in utf-8 encoding 2020-05-23 19:54:30 +08:00
debugtalk 9a969b295e feat: builtin allure report 2020-05-21 17:34:51 +08:00
debugtalk 354e4c2726 feat: add default header for each testcase #721 2020-05-21 16:11:33 +08:00
debugtalk aa8a21577e bump version to 3.0.4 2020-05-19 15:51:20 +08:00
debugtalk 4211f009c8 bump version 3.0.3 2020-05-17 10:58:14 +08:00
debugtalk 69ade18828 change: remove unittests with flask mock server 2020-05-15 23:15:03 +08:00
debugtalk 212130b91f feat: run testcase with pytest 2020-05-15 18:30:06 +08:00
debugtalk d602dbf312 feat: add har2case command alias 2020-05-15 16:02:50 +08:00
debugtalk 0c6fff20cb feat: add hmake command alias 2020-05-15 15:58:20 +08:00
debugtalk 0d2488ce10 change: remove jsonpath dependency 2020-05-15 15:29:49 +08:00
debugtalk d3d434bde0 feat: format generated python testcases with black 2020-05-15 15:23:00 +08:00
debugtalk a0b1ebd647 change v3: add basic validation 2020-04-23 21:53:03 +08:00
debugtalk 8275407fa1 feat: command alias, hrun = httprunner run 2020-04-23 21:52:14 +08:00
debugtalk db722c92b9 change: make locusts as hrun sub-command, usage: hrun locusts -h 2020-04-12 23:35:47 +08:00
debugtalk 7a0b1b69e4 change: make har2case as hrun sub-command, usage: hrun har2case -h 2020-04-12 17:41:29 +08:00
debugtalk fbf2812205 change: replace jsonschema validation with pydantic 2020-04-09 18:50:06 +08:00
debugtalk a8075ea796 change: remove sentry sdk deps 2020-03-31 15:48:38 +08:00
debugtalk 710eb17944 bump version 3.0.1 2020-03-31 15:04:50 +08:00
debugtalk 2f9e66e6bc bump version 3.0.1 2020-03-24 21:44:40 +08:00
debugtalk 3af671e8b4 pre release 3.0.0 2020-03-18 22:17:29 +08:00
debugtalk 29b7f3bb78 change: remove dependency colorama and colorlog 2020-03-07 16:02:18 +08:00
debugtalk f22e8f9a70 change: replace logging with loguru 2020-03-07 10:43:53 +08:00
debugtalk 14cb49c771 feat: use pydantic to implement testcase schema 2020-02-29 23:26:54 +08:00
debugtalk d9370cfc09 feat: add fastapi and uvicorn, remove compatibility with 2.7/3.5 2020-02-21 19:28:27 +08:00
debugtalk 18936ce772 2.5.7: improve validate with python script 2020-02-21 18:52:01 +08:00
debugtalk 63646dc42b fix: version 2020-02-05 00:41:50 +08:00
debugtalk 8957b6c460 fix: HTTP method missed "CONNECT", "TRACE" 2020-01-06 14:27:03 +08:00
debugtalk 4e6c2c4ea8 bump to version 2.5.4 2020-01-03 19:29:57 +08:00
debugtalk 6abea9fa99 fix: jsonschema, variables maybe in string type, e.g. '${get_variables()}' 2020-01-02 23:19:06 +08:00