debugtalk
|
2e0e48bffb
|
fix: step request elapsed timming should contain ContentTransfer part
|
2022-05-07 18:51:31 +08:00 |
|
debugtalk
|
8d425aa696
|
change: upgrade funplugin to v0.4.5
|
2022-05-05 15:56:02 +08:00 |
|
debugtalk
|
5bdbcdc2e5
|
feat: stat HTTP request latencies (DNSLookup, TCP Connection and so on)
|
2022-05-04 23:46:10 +08:00 |
|
debugtalk
|
7c052770e5
|
bump version to v4.0.0
|
2022-05-03 14:23:12 +08:00 |
|
debugtalk
|
061d267246
|
fix #1240: losing host port in har2case
|
2022-05-03 10:46:05 +08:00 |
|
debugtalk
|
f5ff03d346
|
refactor: get hrp version from aliyun OSS file
|
2022-04-25 16:34:11 +08:00 |
|
debugtalk
|
9a0ffa9802
|
feat: add builtin function environ/ENV
|
2022-04-25 14:14:58 +08:00 |
|
debugtalk
|
f7511848a5
|
bump version to v4.0.0-beta
|
2022-04-24 21:00:15 +08:00 |
|
debugtalk
|
dfae6b0a59
|
change: update docs
|
2022-04-22 20:34:04 +08:00 |
|
buyuxiang
|
3588ab0f0a
|
feat: support websocket protocol
|
2022-04-21 20:53:11 +08:00 |
|
debugtalk
|
67d37c0605
|
feat: disable sentry reports by setting environment DISABLE_SENTRY=true
|
2022-04-18 15:47:00 +08:00 |
|
debugtalk
|
eaf3ffb16c
|
change: sync changes from v3.1.10
|
2022-04-18 14:48:09 +08:00 |
|
debugtalk
|
0ae026e989
|
fix #1249: catch exceptions when requesting with disabling allow_redirects
|
2022-04-18 14:12:01 +08:00 |
|
debugtalk
|
e8e28c4326
|
change: sync changes from v3.1.9
|
2022-04-17 15:17:16 +08:00 |
|
debugtalk
|
318e1173a2
|
feat: add pytest sub-command to run pytest scripts
|
2022-04-09 00:08:18 +08:00 |
|
debugtalk
|
825e0bfb44
|
Merge branch 'master' of https://github.com/httprunner/httprunner
|
2022-04-08 09:51:29 +08:00 |
|
debugtalk
|
d72862c8f8
|
Merge branch 'master' into master
|
2022-04-08 09:38:37 +08:00 |
|
buyuxiang
|
62c2ac6939
|
fix: EnableHTTP2() -> HTTP2(); HTTP/2.0 -> HTTP/2
|
2022-04-08 09:27:02 +08:00 |
|
buyuxiang
|
be7f7122d8
|
feat: support HTTP/2.0
|
2022-04-07 21:40:37 +08:00 |
|
duanchao.bill
|
4152a6ae80
|
feat: support retry when test step failed
|
2022-04-07 17:04:11 +08:00 |
|
debugtalk
|
1aefc9f698
|
feat: disable GA events report by setting environment DISABLE_GA=true
|
2022-04-05 11:49:29 +08:00 |
|
debugtalk
|
1a586482f0
|
refactor: make step extensible to support implementing new protocols and test types for python version
|
2022-04-01 22:47:47 +08:00 |
|
debugtalk
|
63d9b78941
|
docs: add docs for IStep
|
2022-03-30 16:56:31 +08:00 |
|
debugtalk
|
71a2ae944d
|
feat: support run testcases in specified folder path, including testcases in sub-folders
|
2022-03-28 23:58:35 +08:00 |
|
debugtalk
|
f84bf3b1a6
|
feat: support run testcases in specified folder path #1198
|
2022-03-28 18:44:16 +08:00 |
|
debugtalk
|
6b2623b95f
|
fix: call referenced api/testcase with relative path
|
2022-03-27 23:08:56 +08:00 |
|
debugtalk
|
86fb3def93
|
change: lock funplugin version when creating scaffold project
|
2022-03-27 11:13:03 +08:00 |
|
debugtalk
|
ee86bb9292
|
change: remove startproject in python version, move all features to go version
|
2022-03-27 10:00:02 +08:00 |
|
debugtalk
|
e382f692e4
|
change: remove har2case, move all features to go version
|
2022-03-26 11:58:54 +08:00 |
|
debugtalk
|
a5f7eea9c3
|
feat: add --profile flag for har2case to support overwrite headers/cookies with specified yaml/json profile file
|
2022-03-26 11:01:21 +08:00 |
|
debugtalk
|
fbe6b51b7a
|
fix: remove misuse of NoReturn in Python typing
|
2022-03-25 19:10:28 +08:00 |
|
debugtalk
|
122e6831e0
|
change: integrate sentry sdk for panic reporting and analysis
|
2022-03-24 19:46:21 +08:00 |
|
debugtalk
|
25f5e47dab
|
change: update changelog
|
2022-03-24 16:34:10 +08:00 |
|
debugtalk
|
fe28772813
|
refactor: merge hrp into httprunner repo
|
2022-03-23 16:10:45 +08:00 |
|
debugtalk
|
c2822207ff
|
Merge branch 'v4-dev'
|
2022-03-23 15:14:26 +08:00 |
|
debugtalk
|
8268aa0822
|
move files to hrp
|
2022-03-23 15:10:23 +08:00 |
|
debugtalk
|
6cb835c6c6
|
fix #1103: variable should not start with digit
|
2022-03-22 17:37:57 +08:00 |
|
debugtalk
|
0025bb21f6
|
fix: keep negative index in jmespath unchanged when converting pytest files
|
2022-03-22 17:00:09 +08:00 |
|
debugtalk
|
37518a86de
|
change: load yaml file with FullLoader
|
2022-03-22 16:34:07 +08:00 |
|
debugtalk
|
ae57c8bd9e
|
change: replace events reporter from sentry to Google Analytics
|
2022-03-22 12:04:46 +08:00 |
|
debugtalk
|
26d00eab1d
|
docs: update docs
|
2022-03-22 11:57:50 +08:00 |
|
debugtalk
|
9a74aafd34
|
feat: report events with Google Analytics
|
2022-03-22 11:39:28 +08:00 |
|
debugtalk
|
b367a68d9b
|
change: upgrade funplugin to v0.4.0
|
2022-03-21 22:51:20 +08:00 |
|
debugtalk
|
fbb4854453
|
fix #1165: ImportError caused by jinja2 version
|
2022-03-21 15:33:36 +08:00 |
|
debugtalk
|
757661c4af
|
change: upgrade python support version to ^3.7
|
2022-03-21 15:15:38 +08:00 |
|
debugtalk
|
484ba0aedd
|
fix #1141: parameterize failure caused by pydantic version
|
2022-03-21 15:12:02 +08:00 |
|
debugtalk
|
dac77226c2
|
fix #1161: readme path error
|
2022-03-21 14:14:30 +08:00 |
|
debugtalk
|
e34d6f9191
|
fix: unittest
|
2022-03-20 10:09:41 +08:00 |
|
debugtalk
|
1b2ec9175b
|
feat: create python plugin in scaffold
|
2022-03-18 18:07:58 +08:00 |
|
debugtalk
|
1ce8d7123a
|
change: upgrade funplugin to v0.3.0
|
2022-03-17 16:53:54 +08:00 |
|