Commit Graph

88 Commits

Author SHA1 Message Date
debugtalk
913fd89368 change: remove sentry sdk 2020-03-23 17:17:52 +08:00
debugtalk
82d28344f5 feat: save testcase HRUN-Request-ID in summary.json 2020-03-13 19:47:54 +08:00
debugtalk
b1fcf46d66 change: prepare_log_file_abs_path 2020-03-13 18:49:49 +08:00
debugtalk
b1287da8cb feat: save testcase log absolute path in summary.json 2020-03-10 19:08:11 +08:00
debugtalk
856295a68d feat: dump log for each testcase 2020-03-10 18:59:18 +08:00
debugtalk
99df56512c change: generate reports folder in current working directory 2020-03-10 17:24:19 +08:00
debugtalk
3c9eb14409 feat: configure loguru level and log file 2020-03-07 16:40:26 +08:00
debugtalk
7213f86f80 change:
1, replace logging with loguru
2, replace string format with f-string
2020-03-07 12:16:11 +08:00
debugtalk
c6fb1e5af8 fix: abort test when failed to parse all cases 2020-02-19 12:00:03 +08:00
debugtalk
15ecca3ef2 change: alter HttpRunner default log_level to WARNING 2020-02-05 20:29:39 +08:00
debugtalk
57c18f0c25 change: save variables and export data to xx.io.json 2020-02-05 12:43:54 +08:00
debugtalk
459036c69f feat: save variables and export data to JSON files when specified --save-tests 2020-02-05 00:33:10 +08:00
debugtalk
e35e0fb938 fix #808: project_working_directory is not initialized when running passed in data structure 2020-01-02 22:33:34 +08:00
debugtalk
46c3a43187 refactor: is_test_content 2020-01-01 23:19:29 +08:00
debugtalk
b5be7f0cb4 refactor: is_test_path 2020-01-01 22:34:41 +08:00
debugtalk
b7d94dd8d0 fix: unittest for python2.7 2019-12-25 11:37:04 +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
d41ca23cea feat: report tests start event and running exception to sentry 2019-12-23 17:29:41 +08:00
debugtalk
e9c38d0608 Merge branch 'master' into master 2019-12-11 16:16:34 +08:00
debugtalk
f793c65b4f fix: remove unused import 2019-12-06 18:42:44 +08:00
debugtalk
1ac4bafd39 refactor: change function name to avoid conflict with unittest loader 2019-12-05 23:35:33 +08:00
t-bug
90532f8c0a refactor
refactor: rearrange the report, failed test cases will be displayed  at the head of the report.
2019-12-05 19:39:58 +08:00
debugtalk
e4755a80d5 refactor: split validate from context, move to validator 2019-12-05 18:41:11 +08:00
debugtalk
0c45f9b176 fix: fix load_tests for not exist path 2019-12-04 14:19:01 +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
486f912954 doc: add docs for HttpRunner Main Interface 2019-11-02 00:54:38 +08:00
debugtalk
a585369734 change: remove summary property from HttpRunner 2019-11-02 00:02:15 +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
0d0ecb241f change: make render_html_report separate with HttpRunner().run_tests() 2019-11-01 19:03:22 +08:00
debugtalk
22eb592eec feat: make locusts as httprunner plugin 2019-10-25 16:50:53 +08:00
debugtalk
705bade1a0 change: log version before running 2019-10-25 15:01:12 +08:00
debugtalk
ff75c13543 change: remove unused imports 2019-10-04 23:12:20 +08:00
nee
48064b9004 feat: genernate html report with specified report file 2019-09-14 15:37:01 +08:00
debugtalk
f26c2a62fe feat: log HttpRunner version when initializing 2019-07-28 16:30:54 +08:00
debugtalk
722555bafb fix #551: raise if times is not digit 2019-07-14 23:22:17 +08:00
debugtalk
3ebf527d9a fix: exception when teststep name reference former extracted variable 2019-06-25 00:08:42 +08:00
debugtalk
233f54d315 remove project_mapping from parse_tests result 2019-04-08 20:52:14 +08:00
debugtalk
3dc5aa738b prepare_locust_tests: remove functions 2019-04-08 14:51:38 +08:00
debugtalk
3d1c7f368c feat: implement lazy parser for validators 2019-04-08 12:12:09 +08:00
debugtalk
d7b76b2fcc feat: implement lazy parser 2019-04-04 01:21:08 +08:00
debugtalk
972c878d19 implement method to get variables and output 2019-03-01 10:32:58 +08:00
debugtalk
3792023b3b dump loaded tests when running tests_mapping directly 2019-02-27 15:30:36 +08:00
debugtalk
7beedf378a print testcase output 2019-01-24 17:14:44 +08:00
debugtalk
c73a708307 print Invalid testcase path or testcases 2019-01-24 15:22:10 +08:00
debugtalk
61b4b62765 update report: add testcase stat to summary 2018-12-28 12:03:58 +08:00
debugtalk
9e68daa929 update prepare_locust_tests 2018-12-27 16:50:31 +08:00
debugtalk
ecbbc00952 set default log level to INFO for HttpRunner class 2018-12-26 15:15:27 +08:00
debugtalk
53ff266042 set log level and file path in HttpRunner class 2018-12-25 19:17:17 +08:00
debugtalk
4090755826 fix locust in testsuite 2018-12-22 23:09:05 +08:00