Commit Graph

75 Commits

Author SHA1 Message Date
debugtalk
05cd609376 fix: unittest 2019-12-17 20:42:35 +08:00
debugtalk
ad7fa34b30 change: upload file 2019-12-12 21:58:07 +08:00
debugtalk
f07d9abcbd change: remove test which has compatibility problem in Python 2.7 temporarily 2019-12-12 19:10:03 +08:00
debugtalk
92b5400e42 test: add upload tests in v2 format 2019-12-12 17:38:56 +08:00
debugtalk
1ac4bafd39 refactor: change function name to avoid conflict with unittest loader 2019-12-05 23:35:33 +08:00
debugtalk
a04b5e9593 refactor: make loader as submodule, split to check/locate/load/cases 2019-12-05 23:23:38 +08:00
debugtalk
ff24fdb9d7 2.4.0
feat: validate with python script, ref #773
2019-12-04 17:38:13 +08:00
fengyu
d513713ecf 增加#430修复代码测试案例 2019-11-05 19:08:07 +08:00
debugtalk
015137f733 change: rename render_html_report to gen_html_report 2019-11-02 01:01:01 +08:00
debugtalk
a585369734 change: remove summary property from HttpRunner 2019-11-02 00:02:15 +08:00
debugtalk
eb8bcd4e78 fix: unittests for html report 2019-11-01 22:25:25 +08:00
debugtalk
ce3e932745 fix: compatibility in Python 2.7
ImportError will be raised in `from httprunner.plugins.locusts.utils import prepare_locust_tests` if httprunner/plugins/__init__.py is missed
2019-10-26 21:41:52 +08:00
debugtalk
9badc25340 fix: sleep 1 sec to wait log handler 2019-10-26 09:57:17 +08:00
debugtalk
22eb592eec feat: make locusts as httprunner plugin 2019-10-25 16:50:53 +08:00
nee
48064b9004 feat: genernate html report with specified report file 2019-09-14 15:37:01 +08:00
debugtalk
47ab44e30d fix: unittests with host debugtalk.com 2019-07-18 18:23:15 +08:00
debugtalk
722555bafb fix #551: raise if times is not digit 2019-07-14 23:22:17 +08:00
debugtalk
e87367e059 feat: 'export' is used to replace 'output' in testcase config 2019-06-26 22:33:52 +08:00
debugtalk
20ff55b1b2 feat: 'extract' is used to replace 'output' when passing former teststep's (as a testcase) export value to next teststep 2019-06-26 22:16:05 +08:00
debugtalk
e1edb896eb fix: pass output variables between testcases 2019-04-10 15:35:53 +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
c6f41b84e6 fix unittest 2019-04-04 15:36:58 +08:00
debugtalk
d7b76b2fcc feat: implement lazy parser 2019-04-04 01:21:08 +08:00
debugtalk
6c76f2d8b4 fix compatibility in Python version < 3.6 2019-03-04 20:23:34 +08:00
debugtalk
ac70488ee2 fix: xss in response json 2019-03-04 19:34:49 +08:00
debugtalk
972c878d19 implement method to get variables and output 2019-03-01 10:32:58 +08:00
hluguoj
8d511ceb16 bugfix random function in config variables run many times 2019-02-27 21:21:11 +08:00
debugtalk
010109d5b9 add unittest for verify 2019-02-24 20:04:07 +08:00
debugtalk
61b4b62765 update report: add testcase stat to summary 2018-12-28 12:03:58 +08:00
debugtalk
162b0fa96e fix unittest 2018-12-27 17:12:47 +08:00
debugtalk
9e68daa929 update prepare_locust_tests 2018-12-27 16:50:31 +08:00
debugtalk
6d71079536 add unittest 2018-12-27 15:33:14 +08:00
debugtalk
6a68207aa9 fix: run api folder, each api should be encapsulated as individual testcase 2018-12-24 12:24:30 +08:00
debugtalk
de53da5962 fix unittest for Python 2.7/3.4/3.5 2018-12-22 23:26:50 +08:00
debugtalk
4090755826 fix locust in testsuite 2018-12-22 23:09:05 +08:00
debugtalk
7eafa1678f add unittest for request with params 2018-12-21 18:54:05 +08:00
debugtalk
05d2cc014d enhance report: display all 30X redirect request and response 2018-12-20 17:59:11 +08:00
debugtalk
363420053c fix RecursionError caused by locust 2018-12-18 16:21:24 +08:00
debugtalk
411981dcd0 fix unittest for Python 2.7/3.4/3.5 2018-12-16 00:48:59 +08:00
debugtalk
dcd50579a1 add unittest for running single api 2018-12-16 00:38:02 +08:00
debugtalk
3249394732 add new feature: parameters 2018-12-14 23:29:17 +08:00
debugtalk
acfca8c07f refactor testcase layer mechanism:
1, autotest testsuite layer
2, performance test
2018-12-10 16:10:06 +08:00
debugtalk
0cfb92aa4a change httprunner api HttpRunner location to avoid monkey patch 2018-12-04 20:47:53 +08:00
debugtalk
8667c2db4b try to fix unittest failure in Python 2.7 2018-11-28 22:24:39 +08:00
debugtalk
2ec2d3c2d8 make variables in testcase template compatible with mapping style:
new mapping style:
"variables": {
    "a": 1,
    "b": 2
}

Also, the former list style is still valid:
"variables": [
    {"a": 1},
    {"b": 2}
]
2018-11-28 12:14:06 +08:00
debugtalk
6e122ec8ac fix html report for HttpRunner 2.0 2018-11-27 17:58:06 +08:00
debugtalk
3183064885 adjust arguments for html report 2018-11-25 23:12:36 +08:00
debugtalk
18875bc5f1 rename teststeps to tests 2018-11-23 17:56:53 +08:00
debugtalk
8f4500566d update locusts with HttpRunner 2.0 2018-11-23 17:14:43 +08:00