Commit Graph

83 Commits

Author SHA1 Message Date
debugtalk
002bbb5ccd bump version 3.0.13 2020-06-15 15:42:48 +08:00
debugtalk
919ea9f403 docs: update changelog 2020-06-14 22:55:38 +08:00
debugtalk
915ac691ff 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
012194d788 fix: ensure upload ready 2020-06-07 17:17:52 +08:00
debugtalk
528ddd0c67 refactor: rename schema to models 2020-06-05 10:38:12 +08:00
debugtalk
e616a5775a change: capture exception with sentry 2020-06-04 12:11:27 +08:00
debugtalk
6bb9fc118d change: remove unused import 2020-06-04 10:19:32 +08:00
debugtalk
6b9bd46079 feat: make pytest files in chain style 2020-06-03 16:50:53 +08:00
debugtalk
0905350e99 refactor: relocate testcase definitions 2020-06-03 16:50:53 +08:00
debugtalk
e7aca43470 feat: describe testcase in chain-call style 2020-06-03 16:50:53 +08:00
debugtalk
246112865b fix: ensure converted python file in utf-8 encoding 2020-05-23 19:54:30 +08:00
debugtalk
293df5a191 feat: add default header for each testcase #721 2020-05-21 16:11:33 +08:00
debugtalk
d8ad62d7db bump version to 3.0.4 2020-05-19 15:51:20 +08:00
debugtalk
2e46ce6889 bump version 3.0.3 2020-05-17 10:58:14 +08:00
debugtalk
2cd9eba6a3 refactor: use HttpRunner as testcase base class 2020-05-15 20:07:18 +08:00
debugtalk
2f93b2b73a change: simplify testcase import 2020-05-15 16:41:54 +08:00
debugtalk
b167c7d2a1 change: replace jsonschema validation with pydantic 2020-04-09 18:50:06 +08:00
debugtalk
2a0607299f bump version 3.0.1 2020-03-31 15:04:50 +08:00
debugtalk
31e5803bcf bump version 3.0.1 2020-03-24 21:44:40 +08:00
debugtalk
4ce7f03bae pre release 3.0.0 2020-03-18 22:17:29 +08:00
debugtalk
81553d8aaf change: replace logging with loguru 2020-03-07 10:43:53 +08:00
debugtalk
134344d925 2.5.7: improve validate with python script 2020-02-21 18:52:01 +08:00
debugtalk
c0504d8026 fix: version 2020-02-05 00:41:50 +08:00
debugtalk
0137294a2c fix: HTTP method missed "CONNECT", "TRACE" 2020-01-06 14:27:03 +08:00
debugtalk
472dc24f13 bump to version 2.5.4 2020-01-03 19:29:57 +08:00
debugtalk
83a31bc414 fix: jsonschema, variables maybe in string type, e.g. '${get_variables()}' 2020-01-02 23:19:06 +08:00
debugtalk
d0126eef9c fix #819: maximum recursion error in locusts, caused by sentry sdk 2020-01-02 21:30:34 +08:00
debugtalk
1b08e7904a fix #826: Windows does not support file name include ':' 2020-01-02 21:15:02 +08:00
debugtalk
5eaec0ded2 update version 2020-01-02 15:31:23 +08:00
debugtalk
9a512e91e3 bump to version 2.5.0 2020-01-01 23:37:06 +08:00
debugtalk
4cd12e3d2f fix: display validators in report when validate raised exception 2019-12-25 23:21:10 +08:00
debugtalk
cd42d92a76 fix: display request & response details in report when extraction failed 2019-12-24 19:53:46 +08:00
debugtalk
138495bac1 feat: report user id to sentry 2019-12-23 23:31:22 +08:00
debugtalk
db447bad6c change: report release to sentry 2019-12-23 22:02:02 +08:00
debugtalk
74af735e1e feat: add version tag for sentry 2019-12-23 18:44:05 +08:00
debugtalk
5d62d0a3c7 fix: ensure initializing sentry_sdk on startup 2019-12-21 17:21:00 +08:00
debugtalk
85e37d5a60 bump version to 2.4.5 2019-12-18 15:03:07 +08:00
debugtalk
80cdcd3318 bump version to 2.4.4 2019-12-17 21:00:10 +08:00
debugtalk
534f85120c test:
1, migrate from travis CI to github actions;
2, migrate from coveralls to codecov.
2019-12-13 23:28:21 +08:00
debugtalk
0a4a8188cd refactor: replace with open file handler, avoid reading files into memory 2019-12-13 11:18:09 +08:00
debugtalk
ef8247e1d2 fix: typo testfile_paths 2019-12-11 22:37:32 +08:00
debugtalk
5a60dd09b5 docs: update changelog for 2.4.0 2019-12-11 16:07:44 +08:00
debugtalk
4ce0638e20 update version: 2.4.0.b 2019-12-06 18:45:00 +08:00
debugtalk
ff24fdb9d7 2.4.0
feat: validate with python script, ref #773
2019-12-04 17:38:13 +08:00
debugtalk
d7abc3e4ca 2.3.3
fix #768: dump json file path error when folder name contains dot, such as a.b.c
2019-12-04 12:57:50 +08:00
debugtalk
accc06733c change: --report-file, specify report file path, this has higher priority than specifying report dir. 2019-11-01 19:34:34 +08:00
debugtalk
31ef256c4d fix: locusts entry configuration 2019-10-28 11:50:41 +08:00
debugtalk
ea3438212b bump version to 2.3.0 2019-10-26 21:45:37 +08:00
debugtalk
f0cd396e40 2.2.7
change: move debugging cli to __main__.py
2019-10-25 14:21:23 +08:00
debugtalk
d65f3860b1 feat: config variables support parsing from function 2019-09-19 00:22:18 +08:00