Commit Graph
188 Commits
Author SHA1 Message Date
httprunner 505f4d5dbc bugfix: display default test suite name if not specified 2018-07-24 20:22:26 +08:00
httprunner 14f825b164 update extract log 2018-07-24 18:18:42 +08:00
httprunner b6e306fd38 validate all validators even if failed 2018-07-24 18:04:10 +08:00
httprunner 705df59ca1 support validate with response time 2018-07-23 21:30:01 +08:00
httprunner 423f35980e bugfix: stringfy data before generating report 2018-07-21 12:57:55 +08:00
httprunner 19475c0fb4 convert CaseInsensitiveDict to dict 2018-07-21 12:25:23 +08:00
httprunner 8bdb05faf0 record more info about request and response, and display in report 2018-07-21 11:40:44 +08:00
httprunner 47b1fe2cd3 convert datetime object to string in summary data structure 2018-07-20 18:15:22 +08:00
httprunner 1a8706f32e convert OrderedDict to dict 2018-07-20 11:39:15 +08:00
httprunner cacdb93831 display parameters and output in report 2018-07-20 11:09:42 +08:00
httprunner d198174ec0 display validators in report log 2018-07-19 23:56:24 +08:00
httprunner 9a0112521f call print_output after each testset 2018-07-19 15:28:42 +08:00
httprunner 834154cc4e refactor report: split test suite to separate tables 2018-07-19 15:15:09 +08:00
httprunner 0460e1d07e fix compability for stringify_body 2018-07-12 11:12:34 +08:00
httprunner 7eee813542 fix #155: remove safe mark 2018-07-10 13:06:21 +08:00
httprunner 4fa93fa820 fix #269: display the former url when the current testcase failed 2018-07-01 22:52:25 +08:00
httprunner e6e0a5949f bugfix: ensure report generation when test failed 2018-07-01 17:01:46 +08:00
httprunner 4aaedc6caf Merge branch 'master' of https://github.com/httprunner/HttpRunner 2018-06-29 12:09:52 +08:00
httprunner ff89336076 add margin-bottom in default report 2018-06-29 12:09:21 +08:00
debugtalk fee9898daa Merge pull request #272 from RockFeng0/master
extract关键字中,支持在跳转请求中获取cookie
2018-06-22 23:22:42 +08:00
junpeng chu b54dec4e1a fix locusts for test api and suite 2018-06-22 10:50:26 +08:00
rock feng 522e2fa266 Update runner.py 2018-06-13 19:56:37 +08:00
rockfeng0 9e6fd7d3db support-> {"extract": ["head_cookie": "request.headers.cookie"]} 2018-06-12 17:34:35 +08:00
rockfeng0 b70bb5a7b2 support->extract: [JSESSIONID: request.headers.cookie.JSESSIONID] 2018-06-12 17:26:34 +08:00
httprunner 28ae4d0c97 fix #255: validate with custom functions 2018-06-11 21:52:21 +08:00
httprunner a202fc0866 bugfix: strip environment value 2018-06-11 20:00:37 +08:00
debugtalk 9a31e737eb Merge pull request #265 from yinquanwang/master
add the contiditions for pass case
2018-06-05 22:02:30 +08:00
尹全旺 242b3010bc add pass filters 2018-06-05 11:23:40 +08:00
httprunner ff206a8202 Merge branch 'master' of https://github.com/httprunner/HttpRunner 2018-06-02 22:32:29 +08:00
httprunner 6291c07109 fix #260: auto remove space in function args 2018-06-02 22:32:07 +08:00
debugtalk 269df4f0c2 Merge pull request #262 from yinquanwang/master
bug fixed:filter case status invalid
2018-06-02 22:08:08 +08:00
尹全旺 bfae546ec6 bug fixed:filter case status invalid 2018-06-01 14:20:04 +08:00
httprunner 2049e8fc1f fix #155: xss prevention 2018-05-31 14:50:22 +08:00
httprunner 55467c2b9f fix compatibility for python 3.4, 3.5 2018-05-31 00:53:32 +08:00
httprunner 89cc9a2d1e 1.4.5:
1, refactor ResponseObject;
2, response can be modified in teardown_hooks.
2018-05-31 00:36:10 +08:00
debugtalk 4ec70a65b6 Merge branch 'master' into master 2018-05-29 15:54:36 +08:00
尹全旺 35021939fa replace to jinja2 temaplate 2018-05-29 15:46:34 +08:00
httprunner d9e6bdc614 fix variable name 2018-05-29 15:06:21 +08:00
httprunner a7f96c8f3c Merge branch 'master' of https://github.com/httprunner/HttpRunner 2018-05-29 14:25:45 +08:00
httprunner a6e10a23fa replace (ms) to _ms 2018-05-29 14:25:15 +08:00
httprunner 3134cda648 fix typo error 2018-05-25 15:18:24 +08:00
尹全旺 f08a01b79b add extent report template 2018-05-23 11:21:18 +08:00
尹全旺 a16012ff0f add extent report template 2018-05-23 11:20:51 +08:00
httprunner a756bce2fd add TODO for comparator uniform 2018-05-22 21:41:28 +08:00
httprunner 3722a79014 bugfix: make compatible with download api that response in bytes 2018-05-14 17:14:44 +08:00
httprunner b9a1c839bd remove setup_hook_httpntlmauth from built-in hooks 2018-05-14 15:09:11 +08:00
httprunner ae0e6e8049 bugfix: modify request with setup_hooks 2018-05-14 14:29:26 +08:00
httprunner 2900f5b955 fix #173: testset hook in config block 2018-05-11 00:44:08 +08:00
httprunner 2bb84b3874 refactor hook mechanism:
1, remove EventHook;
2, setup_hooks: could reference request dict;
3, teardown_hooks: could reference Response object.
2018-05-10 13:40:47 +08:00
httprunner a223ca04d3 call load_dot_env_file when initializing HttpRunner 2018-05-09 17:21:08 +08:00