Commit Graph

100 Commits

Author SHA1 Message Date
debugtalk
9a299f618d fix: httprunner command 2020-05-15 22:10:40 +08:00
debugtalk
212130b91f feat: run testcase with pytest 2020-05-15 18:30:06 +08:00
debugtalk
750f802fa5 fix: command alias for hrun -V 2020-05-15 16:16:22 +08:00
debugtalk
d602dbf312 feat: add har2case command alias 2020-05-15 16:02:50 +08:00
debugtalk
0c6fff20cb feat: add hmake command alias 2020-05-15 15:58:20 +08:00
debugtalk
9a9594b0c1 feat: add make sub command 2020-05-14 23:38:47 +08:00
debugtalk
9ba550bd9f change: format code with balck 2020-05-14 14:21:35 +08:00
debugtalk
0861e6b687 refactor: merge v3 2020-04-23 21:53:03 +08:00
debugtalk
910b335e9d change: remove --failfast argument, stop test run on the first error or failure by default 2020-04-23 21:53:03 +08:00
debugtalk
7964c1324c feat: add gen_html_report method for HttpRunner class 2020-04-23 21:53:03 +08:00
debugtalk
94821dc3b0 refactor: add typing with pydantic 2020-04-23 21:53:03 +08:00
debugtalk
f0d8822928 change cli: run_path 2020-04-23 21:53:03 +08:00
debugtalk
6155ce8daf feat: html report for v3 2020-04-23 21:53:03 +08:00
debugtalk
8275407fa1 feat: command alias, hrun = httprunner run 2020-04-23 21:52:14 +08:00
debugtalk
cea7f33f27 fix: check if gevent installed when running locusts 2020-04-13 00:33:11 +08:00
debugtalk
205b1c9a5c refactor: rename unittest file name 2020-04-12 23:39:00 +08:00
debugtalk
db722c92b9 change: make locusts as hrun sub-command, usage: hrun locusts -h 2020-04-12 23:35:47 +08:00
debugtalk
7a0b1b69e4 change: make har2case as hrun sub-command, usage: hrun har2case -h 2020-04-12 17:41:29 +08:00
debugtalk
d8728e6b82 change: make startproject as hrun sub-command, usage: hrun startproject <project_name> 2020-04-12 16:59:38 +08:00
debugtalk
1ef968846b change: remove sentry sdk 2020-03-23 17:17:52 +08:00
debugtalk
9b16be6e77 remove cli --pretty 2020-03-13 18:49:49 +08:00
debugtalk
c1affe80b1 change: remove cli --validate 2020-03-13 18:49:49 +08:00
debugtalk
24feb0a28b change: generate reports folder in current working directory 2020-03-10 17:24:19 +08:00
debugtalk
07fd45092d change:
1, replace logging with loguru
2, replace string format with f-string
2020-03-07 12:16:11 +08:00
debugtalk
d833596b24 change: remove support for Python 2.7 2020-03-07 10:49:43 +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
8d7ee0de9f fix #819: maximum recursion error in locusts, caused by sentry sdk 2020-01-02 21:30:34 +08:00
debugtalk
acd41a25d1 doc: update cli help 2020-01-02 16:06:04 +08:00
debugtalk
6e5b48c88d refactor: use loader.load_cases to validate test files 2019-12-30 21:51:30 +08:00
debugtalk
e107b0a927 change: function name, validate_json_file => validate_test_file 2019-12-30 20:26:16 +08:00
debugtalk
ba4b754290 fix: print exception string with exception stage 2019-12-29 16:23:46 +08:00
debugtalk
895f68c1f6 change: use sys.exit(code) in hrun main 2019-12-24 23:29:36 +08:00
debugtalk
f750047a76 feat: report tests start event and running exception to sentry 2019-12-23 17:29:41 +08:00
debugtalk
29e640f7cf fix: typo testfile_paths 2019-12-11 22:37:32 +08:00
debugtalk
509d65c276 change: update cli argument help 2019-12-10 22:47:55 +08:00
debugtalk
abaec1e5ff refactor: move validate testcase code from validator to loader 2019-12-05 18:44:38 +08:00
debugtalk
3daed4e884 change: rename render_html_report to gen_html_report 2019-11-02 01:01:01 +08:00
debugtalk
472c0532e2 change: remove summary property from HttpRunner 2019-11-02 00:02:15 +08:00
debugtalk
42bd882c99 change: --report-file, specify report file path, this has higher priority than specifying report dir. 2019-11-01 19:34:34 +08:00
debugtalk
77a66e9fc9 change: make render_html_report separate with HttpRunner().run_tests() 2019-11-01 19:03:22 +08:00
debugtalk
d2d925d5df change: split locust main from httprunner cli 2019-10-25 15:44:49 +08:00
debugtalk
3d20f0d33a 2.2.7
change: move debugging cli to __main__.py
2019-10-25 14:21:23 +08:00
debugtalk
7b14c39b02 Merge branch 'master' into master 2019-09-19 00:42:24 +08:00
debugtalk
c4dba32e65 update: adjust format 2019-09-18 18:58:39 +08:00
nee
8b88fb5a4c cli support --report-file parameter. 2019-09-14 16:22:06 +08:00
debugtalk
94069de114 remove setup_logger in main_hrun() 2019-07-28 16:59:47 +08:00
debugtalk
930168a59e fix ModuleNotFoundError in debugging mode if httprunner uninstalled 2019-07-28 14:30:31 +08:00
debugtalk
b552f3f2a4 fix #658: sys.exit 1 if any testcase failed 2019-07-28 11:53:18 +08:00
debugtalk
b1babfeda1 improvement: relocate debugging scripts 2019-07-18 17:36:50 +08:00
debugtalk
a039b80fa7 improvement: maintain project meta data all in pyproject.toml
1, remove __about__.py
2, project version and description are all configured in pyproject.toml
2019-07-16 18:56:52 +08:00