debugtalk
|
d833596b24
|
change: remove support for Python 2.7
|
2020-03-07 10:49:43 +08:00 |
|
debugtalk
|
f22e8f9a70
|
change: replace logging with loguru
|
2020-03-07 10:43:53 +08:00 |
|
debugtalk
|
18936ce772
|
2.5.7: improve validate with python script
|
2020-02-21 18:52:01 +08:00 |
|
debugtalk
|
70819ab241
|
doc: update changelog
|
2020-02-19 12:23:05 +08:00 |
|
debugtalk
|
a8b78e23bf
|
change: alter HttpRunner default log_level to WARNING
|
2020-02-05 20:29:39 +08:00 |
|
debugtalk
|
63646dc42b
|
fix: version
|
2020-02-05 00:41:50 +08:00 |
|
debugtalk
|
b19ec9e998
|
feat: save variables and export data to JSON files when specified --save-tests
|
2020-02-05 00:33:10 +08:00 |
|
debugtalk
|
5f787fd752
|
change: remove method validation from runner.Runner
|
2020-01-06 14:37:49 +08:00 |
|
debugtalk
|
8957b6c460
|
fix: HTTP method missed "CONNECT", "TRACE"
|
2020-01-06 14:27:03 +08:00 |
|
debugtalk
|
69e9fbadcf
|
fix: RecursionError caused by checking root dir incorrectly on Windows
|
2020-01-03 18:16:05 +08:00 |
|
debugtalk
|
db4fcbb1d0
|
doc: add examples in json schema
|
2020-01-03 17:45:00 +08:00 |
|
debugtalk
|
57ce9e18e5
|
fix #835: UnicodeDecodeError when loading json schema files
|
2020-01-03 16:34:12 +08:00 |
|
debugtalk
|
f1d178cde2
|
fix json schema: post json maybe in string type, e.g. '${prepare_post_data()}', '$post_data'
|
2020-01-03 11:54:31 +08:00 |
|
debugtalk
|
6abea9fa99
|
fix: jsonschema, variables maybe in string type, e.g. '${get_variables()}'
|
2020-01-02 23:19:06 +08:00 |
|
debugtalk
|
02ee791c5b
|
fix #808: project_working_directory is not initialized when running passed in data structure
|
2020-01-02 22:33:34 +08:00 |
|
debugtalk
|
36efdced08
|
fix #818: request missed url in setup_hooks
|
2020-01-02 21:42:49 +08:00 |
|
debugtalk
|
8d7ee0de9f
|
fix #819: maximum recursion error in locusts, caused by sentry sdk
|
2020-01-02 21:30:34 +08:00 |
|
debugtalk
|
f30f2de4b0
|
fix #826: Windows does not support file name include ':'
|
2020-01-02 21:15:02 +08:00 |
|
debugtalk
|
b51b830039
|
fix: RefResolutionError on Windows platform
|
2020-01-02 15:29:37 +08:00 |
|
debugtalk
|
a63bb7a04c
|
doc: update changelog
|
2020-01-01 23:25:36 +08:00 |
|
debugtalk
|
fdfbcc99a7
|
doc: update changelog
|
2020-01-01 23:25:03 +08:00 |
|
debugtalk
|
b3e07e9bdc
|
feat: add json schema validation for testsutie v1
|
2020-01-01 21:50:00 +08:00 |
|
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 |
|