Commit Graph
192 Commits
Author SHA1 Message Date
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
debugtalk 8a39bbb06a change: make har2case as hrun sub-command, usage: hrun har2case -h 2020-04-12 17:41:29 +08:00
debugtalk 2f73d5021b change: make startproject as hrun sub-command, usage: hrun startproject <project_name> 2020-04-12 16:59:38 +08:00
debugtalk b167c7d2a1 change: replace jsonschema validation with pydantic 2020-04-09 18:50:06 +08:00
debugtalk 7ba22b1389 change: update unit tests for removing v1 format 2020-04-09 12:06:34 +08:00
debugtalk 456e966570 change: remove compatibility with testsuite format v1 2020-04-09 11:08:59 +08:00
debugtalk 3f0cbc2245 change: remove compatibility with testcase format v1 2020-04-09 11:00:54 +08:00
debugtalk 2a0607299f bump version 3.0.1 2020-03-31 15:04:50 +08:00
debugtalk 31e5803bcf bump version 3.0.1 2020-03-24 21:44:40 +08:00