Commit Graph

110 Commits

Author SHA1 Message Date
debugtalk
e3842ff62d feat: add json schema validation for testcase v1 2020-01-01 10:37:16 +08:00
debugtalk
6b34cb16ab change: add json schema validation for testsuite v2 2019-12-31 19:11:21 +08:00
debugtalk
16884093e9 feat: add json schema validation for testsuite 2019-12-31 18:57:20 +08:00
debugtalk
a5667de5e7 feat: add json schema validation for testcase v2 2019-12-31 18:27:58 +08:00
debugtalk
b457eb0fcc doc: update changelog 2019-12-31 17:50:15 +08:00
debugtalk
6e5b48c88d refactor: use loader.load_cases to validate test files 2019-12-30 21:51:30 +08:00
debugtalk
b1a9c0d3cf change: html report name defaults to be in UTC ISO 8601 format 2019-12-29 18:48:06 +08:00
debugtalk
ba4b754290 fix: print exception string with exception stage 2019-12-29 16:23:46 +08:00
debugtalk
66d6b9fbac fix: catch ApiNotFound exception when loading testcases 2019-12-29 16:21:23 +08:00
debugtalk
aa5689305b fix: do not strip string content when preparing lazy data 2019-12-26 15:41:25 +08:00
debugtalk
8a8d9e53c3 fix: eval validator python script before validating 2019-12-26 14:34:04 +08:00
debugtalk
e5bc23e4cf fix: display validators in report when validate raised exception 2019-12-25 23:21:10 +08:00
debugtalk
895f68c1f6 change: use sys.exit(code) in hrun main 2019-12-24 23:29:36 +08:00
debugtalk
1930b929ef feat: add exception SummaryEmpty 2019-12-24 23:07:40 +08:00
debugtalk
58833cba70 feat: store parse failed api/testcase/testsuite file path in logs/xxx.parse_failed.json 2019-12-24 22:55:20 +08:00
debugtalk
033f17294f fix: include CHANGELOG in package 2019-12-24 20:30:26 +08:00
debugtalk
829bce64e1 fix: display request & response details in report when extraction failed 2019-12-24 19:53:46 +08:00
debugtalk
e39a60c57a fix #797: locusts command error 2019-12-24 15:04:02 +08:00
debugtalk
f8b17ad02e feat: report user id to sentry 2019-12-23 23:31:22 +08:00
debugtalk
f750047a76 feat: report tests start event and running exception to sentry 2019-12-23 17:29:41 +08:00
debugtalk
431771c936 change: update email 2019-12-23 17:19:21 +08:00
debugtalk
a0c2dce2a3 chang: adjust sentry logo size 2019-12-23 17:08:26 +08:00
debugtalk
8b9f43bbdb docs: add sentry sponsor logo 2019-12-23 17:02:35 +08:00
debugtalk
dc6145af31 fix: ensure initializing sentry_sdk on startup 2019-12-21 17:21:00 +08:00
debugtalk
13acc3d795 feat: integrate sentry sdk 2019-12-20 15:50:35 +08:00
debugtalk
2d1cd6a86b fix: html template path 2019-12-19 13:32:56 +08:00
debugtalk
7999c537b2 refactor: make report as submodule 2019-12-19 13:27:32 +08:00
debugtalk
8ec9e4b4b7 fix: display indented json for request json body 2019-12-18 16:27:25 +08:00
debugtalk
767f431e0c fix: catch UnicodeDecodeError when json loads request body
change: detect request/response bytes encoding, instead of assuming utf-8
2019-12-18 15:00:45 +08:00
debugtalk
48066205a9 feat: add keyword 'body' to reference response body
change: unify response field(content/json/text) to 'body' in html report
2019-12-17 22:35:25 +08:00
debugtalk
c93517bb40 refactor: dumps request body if it is in json format, display indented json in html report 2019-12-17 21:52:48 +08:00
debugtalk
a38f2a6e0b refactor: dumps request and response headers/body, display indented json in report 2019-12-17 18:57:03 +08:00
debugtalk
ac437a07a2 feat: load api content on demand 2019-12-16 18:42:40 +08:00
debugtalk
83a48833b8 change: remove windows runner temporarily 2019-12-14 01:00:57 +08:00
debugtalk
d77fc07228 test: run matrix tests on linux/macos/windows and Python 2.7/3.5/3.6/3.7/3.8 2019-12-13 23:59:47 +08:00
debugtalk
d67f950b33 test:
1, migrate from travis CI to github actions;
2, migrate from coveralls to codecov.
2019-12-13 23:28:21 +08:00
debugtalk
4d26da56a6 docs: update changelog 2019-12-13 18:13:23 +08:00
debugtalk
b04a43f961 docs: view project dependencies tree 2019-12-13 17:37:17 +08:00
debugtalk
2c3cc1b052 fix: doc typo 2019-12-13 15:52:11 +08:00
debugtalk
f025f40c6f docs: update changelog 2019-12-13 12:06:46 +08:00
debugtalk
7ba3c99f76 refactor: replace with open file handler, avoid reading files into memory 2019-12-13 11:18:09 +08:00
debugtalk
1bebf2415f docs: update installation for developers 2019-12-12 22:51:40 +08:00
debugtalk
07d8621062 docs: update 2019-12-12 22:25:00 +08:00
debugtalk
d913be0d7a docs: add doc for upload file 2019-12-12 22:15:57 +08:00
debugtalk
c1ec764c91 feat: add 'upload' keyword for upload test 2019-12-12 17:23:56 +08:00
debugtalk
8fb0606a44 fix: dump json file name is empty when running relative testfile 2019-12-12 15:49:52 +08:00
debugtalk
e61df9cc13 fix: check if locustio installed 2019-12-12 13:20:12 +08:00
debugtalk
cbd671b341 test: hrun command 2019-12-11 22:45:18 +08:00
debugtalk
86479412cc test: pip install package 2019-12-11 22:40:12 +08:00
debugtalk
96f2852703 docs: update changelog for 2.4.0 2019-12-11 17:25:08 +08:00