Commit Graph

1305 Commits

Author SHA1 Message Date
debugtalk
4918d975bf fix: do not strip string content when preparing lazy data 2019-12-26 15:41:25 +08:00
debugtalk
2c4fce1e7c fix: eval validator python script before validating 2019-12-26 14:34:04 +08:00
debugtalk
4cd12e3d2f fix: display validators in report when validate raised exception 2019-12-25 23:21:10 +08:00
debugtalk
8d2a212584 fix: compatibility for Python 2.7 2019-12-25 22:50:40 +08:00
debugtalk
c29d770440 test: Reset redirect in teardown 2019-12-25 22:36:17 +08:00
debugtalk
3850427c68 test: add cli test 2019-12-25 22:33:13 +08:00
debugtalk
9202b892a0 Merge pull request #810 from httprunner/leo_dev
test: update test name
2019-12-25 11:55:56 +08:00
debugtalk
38b0e5a0c5 Merge branch 'master' into leo_dev 2019-12-25 11:47:25 +08:00
debugtalk
f99281090c test: update test name 2019-12-25 11:46:26 +08:00
debugtalk
cbe1b1a2d3 Merge pull request #809 from httprunner/leo_dev
2.4.8

**Added**

- feat: store parse failed api/testcase/testsuite file path in `logs/xxx.parse_failed.json`
- feat: add exception SummaryEmpty

**Fixed**

- fix: display request & response details in report when extraction failed
- fix: include CHANGELOG in package
2019-12-25 11:42:18 +08:00
debugtalk
b7d94dd8d0 fix: unittest for python2.7 2019-12-25 11:37:04 +08:00
debugtalk
13e3675357 fix: unittest 2019-12-24 23:42:55 +08:00
debugtalk
694afdb282 change: use sys.exit(code) in hrun main 2019-12-24 23:29:36 +08:00
debugtalk
9c8f8327ea feat: add exception SummaryEmpty 2019-12-24 23:07:40 +08:00
debugtalk
9bd5f62705 feat: store parse failed api/testcase/testsuite file path in logs/xxx.parse_failed.json 2019-12-24 22:55:20 +08:00
debugtalk
b245fcd370 docs: update docstring 2019-12-24 21:35:01 +08:00
debugtalk
51d79871cf change: reformat code 2019-12-24 21:33:00 +08:00
debugtalk
580465c761 fix: include CHANGELOG in package 2019-12-24 20:30:26 +08:00
debugtalk
8bb12ea480 fix: add enum34 for Python 2.7 2019-12-24 20:21:46 +08:00
debugtalk
ae780b340b change: add HookTypeEnum 2019-12-24 20:14:59 +08:00
debugtalk
cd42d92a76 fix: display request & response details in report when extraction failed 2019-12-24 19:53:46 +08:00
debugtalk
e4f8ebd01f change: reformat code 2019-12-24 16:29:39 +08:00
debugtalk
a18c727e7a Merge pull request #806 from httprunner/leo_dev
2.4.7

**Added**

- feat: report user id to sentry

**Fixed**

- fix #797: locusts command error
2019-12-24 15:15:42 +08:00
debugtalk
f3ce7ce876 test: add integration test for locusts command 2019-12-24 15:07:12 +08:00
debugtalk
38cbd4082e fix #797: locusts command error 2019-12-24 15:04:02 +08:00
debugtalk
138495bac1 feat: report user id to sentry 2019-12-23 23:31:22 +08:00
debugtalk
2fd8beb32b Merge pull request #805 from httprunner/leo_dev
2.4.6

**Added**

- feat: report tests start event and running exception to sentry

**Fixed**

- fix: ensure initializing sentry_sdk on startup
2019-12-23 22:06:24 +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
d41ca23cea feat: report tests start event and running exception to sentry 2019-12-23 17:29:41 +08:00
debugtalk
babd2e94a7 change: update email 2019-12-23 17:19:21 +08:00
debugtalk
d2edb376fa chang: adjust sentry logo size 2019-12-23 17:08:26 +08:00
debugtalk
2a9457347a docs: add sentry sponsor logo 2019-12-23 17:02:35 +08:00
debugtalk
8de77c6ab8 change: remove default issue title 2019-12-23 16:40:15 +08:00
debugtalk
3fa8126d31 Merge branch 'master' into leo_dev 2019-12-23 16:21:55 +08:00
debugtalk
a69665cc9d Merge pull request #802 from httprunner/debugtalk-patch-1
Update issue templates
2019-12-23 11:43:52 +08:00
debugtalk
e03d720f59 update issure templates 2019-12-23 11:32:05 +08:00
debugtalk
cf918eb9cc Update issue templates
add issue requests
2019-12-23 11:19:31 +08:00
debugtalk
bf42d0cb5b Merge pull request #801 from httprunner/debugtalk-patch-1
Create feature_request_zh.md
2019-12-23 11:10:07 +08:00
debugtalk
7ec401300a Create feature_request_zh.md 2019-12-23 11:01:49 +08:00
debugtalk
5d62d0a3c7 fix: ensure initializing sentry_sdk on startup 2019-12-21 17:21:00 +08:00
debugtalk
a7e203610c fix: init sentry_sdk before main 2019-12-21 17:08:46 +08:00
debugtalk
0ac37baa36 Merge pull request #799 from httprunner/leo_dev
2.4.5 (2019-12-20)

**Added**

- feat: integrate sentry sdk

**Fixed**

- fix: catch UnicodeDecodeError when json loads request body
- fix: display indented json for request json body

**Changed**

- change: detect request/response bytes encoding, instead of assuming utf-8
- refactor: make report as submodule
2019-12-20 15:54:16 +08:00
debugtalk
186151ea8e feat: integrate sentry sdk 2019-12-20 15:50:35 +08:00
debugtalk
1358449564 fix: html template path 2019-12-19 13:32:56 +08:00
debugtalk
47d7cb4079 refactor: make report as submodule 2019-12-19 13:27:32 +08:00
debugtalk
e2d669b8db change: relocate report template html 2019-12-19 12:56:29 +08:00
debugtalk
86eadfd8a0 fix: compatibility for Python <3.6 2019-12-18 16:54:20 +08:00
debugtalk
7314c43603 fix: display indented json for request json body 2019-12-18 16:27:25 +08:00
debugtalk
825758bff4 doc: add todo 2019-12-18 16:05:51 +08:00