Commit Graph

200 Commits

Author SHA1 Message Date
debugtalk
862f0b6e52 fix: handle cases when parent directory name includes dot/hyphen/space 2020-06-05 19:42:01 +08:00
debugtalk
e95f950365 change: add --tb=short for hrun command 2020-06-05 15:02:04 +08:00
debugtalk
6b38534ac2 docs: update changelog 2020-06-05 14:39:21 +08:00
debugtalk
e249a15807 fix: log testcase duration before raise ValidationFailure 2020-06-04 18:36:37 +08:00
debugtalk
26732163e0 feat: extract session variable from referenced testcase step 2020-06-04 18:23:34 +08:00
debugtalk
8109309058 docs: update changelog 2020-06-04 16:40:35 +08:00
debugtalk
359cad5ed7 fix: only strip whitespaces and tabs, \n\r are left because they maybe used in changeset 2020-06-04 15:21:22 +08:00
debugtalk
d3b5f07100 fix: missing request json 2020-06-04 14:14:41 +08:00
debugtalk
5b245fec0d feat: add sentry sdk 2020-06-04 11:14:04 +08:00
debugtalk
cdbbb9478e fix: github action 2020-06-03 22:24:09 +08:00
debugtalk
e017b9b3fd feat: hrun supports run pytest files 2020-06-03 21:20:59 +08:00
debugtalk
b47509cdaa change: har2case generate pytest file by default 2020-06-03 20:00:47 +08:00
debugtalk
8f78e41f07 docs: update changelog and example tests 2020-06-03 18:50:18 +08:00
debugtalk
edf17c5508 docs: update changelog 2020-06-03 16:50:53 +08:00
debugtalk
47cc964ecf fix: convert jmespath.search result to int/float 2020-06-03 16:50:53 +08:00
debugtalk
e22d828dca docs: update sponsor info 2020-06-03 16:50:53 +08:00
debugtalk
b2de9219da docs: update changelog 2020-05-29 20:52:08 +08:00
debugtalk
398522bd2c change: move all unittests to tests folder 2020-05-28 18:46:31 +08:00
debugtalk
ed3c937be6 change: make allure-pytest, requests-toolbelt, filetype as optional dependencies 2020-05-28 18:21:33 +08:00
debugtalk
9e0bd12b6c fix: ensure compatibility with deprecated cli args in v2 2020-05-28 18:10:50 +08:00
debugtalk
3e8b906a4c fix: UnicodeDecodeError when request body in protobuf 2020-05-28 14:14:45 +08:00
debugtalk
3032974b73 fix: ensure compatibility issues between testcase format v2 and v3 2020-05-27 18:52:45 +08:00
debugtalk
add70330d2 fix: duplicate running referenced testcase 2020-05-27 11:21:01 +08:00
debugtalk
2d76db0568 docs: add changelog 2020-05-26 21:31:59 +08:00
debugtalk
446c5c7558 docs: add installation 2020-05-26 21:16:55 +08:00
debugtalk
756c136b0f docs: remove v2 docs 2020-05-26 16:29:27 +08:00
debugtalk
e0f0ea23d3 fix: make referenced testcase as pytest class 2020-05-25 23:06:00 +08:00
debugtalk
c02ab453dc feat: make referenced testcase as pytest class 2020-05-25 17:53:22 +08:00
debugtalk
246112865b fix: ensure converted python file in utf-8 encoding 2020-05-23 19:54:30 +08:00
debugtalk
9a5bfa1828 feat: dump log for each testcase 2020-05-22 12:57:25 +08:00
debugtalk
0b388bd514 feat: each testcase has an unique id in uuid4 format 2020-05-21 20:14:09 +08:00
debugtalk
3003faeb19 change: remove default added -s option for hrun 2020-05-21 18:06:52 +08:00
debugtalk
2f7e8d7446 feat: builtin allure report 2020-05-21 17:34:51 +08:00
debugtalk
293df5a191 feat: add default header for each testcase #721 2020-05-21 16:11:33 +08:00
debugtalk
28cfb628ad fix: ensure referenced testcase share the same session 2020-05-21 15:25:56 +08:00
debugtalk
7158128fef feat: log request/response headers and body with indent 2020-05-19 16:07:41 +08:00
debugtalk
8b0f31bd24 fix: remove request header startswith : e.g. :method, :scheme 2020-05-19 13:11:46 +08:00
debugtalk
cb62ad0f93 feat: har2case with request cookies 2020-05-19 11:57:01 +08:00
debugtalk
c13598d2af docs: update changelog 2020-05-19 11:08:16 +08:00
debugtalk
5b7bcea3d0 feat: make testsuite and run testsuite 2020-05-18 20:32:59 +08:00
debugtalk
a17ff355a2 fix: handle errors when no valid testcases generated 2020-05-18 11:26:47 +08:00
debugtalk
1413f5a8a1 fix: udpate examples 2020-05-18 10:48:27 +08:00
debugtalk
f3f2ed10f5 fix: compatibility with testcase file path includes minus sign 2020-05-17 12:45:03 +08:00
debugtalk
bf96c6519a docs: update changelog 2020-05-17 12:25:15 +08:00
debugtalk
2e46ce6889 bump version 3.0.3 2020-05-17 10:58:14 +08:00
debugtalk
a971c164ee docs: update changelog 2020-05-16 15:25:46 +08:00
debugtalk
953fb26c64 feat: format generated python testcases with black 2020-05-15 15:23:00 +08:00
debugtalk
c21de865f3 change: remove --failfast argument, stop test run on the first error or failure by default 2020-04-23 21:53:03 +08:00
debugtalk
c537a50cc0 **Added**
- feat: implement global hooks `setup_testcase/teardown_testcase`, called before/after each testcase
- feat: implement global hooks  `setup_teststep/teardown_teststep`, called before/after each teststep

**Changed**

- remove default header `HRUN-Request-ID`, implement the same function with global hooks
2020-04-17 21:56:20 +08:00
debugtalk
b9392d7cce change: make locusts as hrun sub-command, usage: hrun locusts -h 2020-04-12 23:35:47 +08:00