debugtalk
|
829cca27c2
|
feat: config pypi index url by setting environment PYPI_INDEX_URL
|
2022-06-14 19:43:27 +08:00 |
|
debugtalk
|
b19c931284
|
Merge pull request #1354 from httprunner/refactor-python3-packages
refactor python3 packages
- feat #1342: support specify custom python3 venv, priority is greater than $HOME/.hrp/venv
- feat: assert python3 package installed and version matched
- refactor: build plugin mechanism, cancel automatic installation of dependencies
- fix #1352: avoid conversion to exponential notation
|
2022-06-14 14:35:46 +08:00 |
|
debugtalk
|
2db8beefcf
|
fix: add cmd dir path to /Users/debugtalk/MyProjects/HttpRunner-dev/httprunner/examples/demo-with-py-plugin/.venv/bin:/Users/debugtalk/Library/Python/3.9/bin:/Users/debugtalk/.poetry/bin:/usr/local/opt/node@12/bin:/Users/debugtalk/.gvm/bin:/Users/debugtalk/go/go1.16.3/bin:/Users/debugtalk/go/bin:/usr/local/sbin:/Users/debugtalk/.pyenv/bin:/Users/debugtalk/.poetry/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/puppetlabs/bin:/Users/debugtalk/Library/Python/3.9/bin:/Users/debugtalk/.poetry/bin:/usr/local/opt/node@12/bin:/Users/debugtalk/.gvm/bin:/Users/debugtalk/go/go1.16.3/bin:/Users/debugtalk/go/bin:/usr/local/sbin:/Users/debugtalk/.pyenv/bin:/Users/debugtalk/.local/bin:/Users/debugtalk/.local/bin:/Users/debugtalk/go/bin:/Users/debugtalk/.local/bin
|
2022-06-14 14:19:48 +08:00 |
|
debugtalk
|
8731f6800d
|
change: set pypi index url to https://pypi.org/simple
|
2022-06-14 14:02:28 +08:00 |
|
debugtalk
|
bea663f594
|
change: update changelog
|
2022-06-14 13:35:09 +08:00 |
|
debugtalk
|
5a24bc8c27
|
fix #1352: avoid conversion to exponential notation
|
2022-06-14 13:22:07 +08:00 |
|
debugtalk
|
c00dab17b3
|
refactor: EnsurePython3Venv
|
2022-06-14 11:52:18 +08:00 |
|
debugtalk
|
d91eba501c
|
change: venv priority: specified > /Users/debugtalk/.hrp/venv
|
2022-06-14 10:35:33 +08:00 |
|
debugtalk
|
2bb7152643
|
feat: assert python3 package is ready with specified version
|
2022-06-14 00:51:45 +08:00 |
|
debugtalk
|
a62bc1d399
|
feat: check if specified python3 venv is invalid
|
2022-06-13 23:54:47 +08:00 |
|
debugtalk
|
e4d13a773b
|
Merge branch 'master' of https://github.com/httprunner/httprunner into refactor-python3-packages
|
2022-06-13 23:41:01 +08:00 |
|
debugtalk
|
9de49a1d29
|
refactor: build plugin
|
2022-06-13 23:40:45 +08:00 |
|
debugtalk
|
be5365648f
|
Merge pull request #1351 from billduan/fix_step_variables
fix: unexpected changes in step variables
|
2022-06-13 22:35:28 +08:00 |
|
debugtalk
|
182d2fd5d8
|
feat #1342: support specify custom python3 venv
|
2022-06-13 21:31:05 +08:00 |
|
debugtalk
|
f24c453890
|
fix: pip upgrade httprunner when installing hrp
|
2022-06-11 23:46:04 +08:00 |
|
debugtalk
|
9a0247af0d
|
bump version to v4.1.3
|
2022-06-11 23:26:14 +08:00 |
|
debugtalk
|
0a6edf685d
|
change: update for v4.1.2
|
2022-06-09 23:50:04 +08:00 |
|
debugtalk
|
222c394f1e
|
fix #1337: install on windows
|
2022-06-09 22:26:03 +08:00 |
|
debugtalk
|
e2daed3567
|
Merge pull request #1346 from xucong053/bugfix
fix: ensure all dependencies in debugtalk.go are installed
|
2022-06-09 22:07:39 +08:00 |
|
debugtalk
|
35c59ce126
|
Merge pull request #1344 from zc2638/feat/docker
feat: add dockerfile
|
2022-06-09 13:40:01 +08:00 |
|
debugtalk
|
6e6d12fada
|
Merge pull request #1347 from billduan/master
add:增加allure的日志
|
2022-06-09 13:30:54 +08:00 |
|
debugtalk
|
64f3b53fbd
|
Merge branch 'master' of code.byted.org:pylibs/HttpRunner
|
2022-06-08 22:22:23 +08:00 |
|
debugtalk
|
6d53965a78
|
fix #1336: extract package in Windows
|
2022-06-05 21:39:04 +08:00 |
|
debugtalk
|
943393be33
|
fix: unzip package for windows
|
2022-06-05 21:37:49 +08:00 |
|
debugtalk
|
2258022355
|
change: update docs for group chat
|
2022-06-05 21:37:27 +08:00 |
|
debugtalk
|
af7d0d7d42
|
change: remove hrp har2case, replace with hrp convert
|
2022-06-05 20:58:53 +08:00 |
|
debugtalk
|
f4dca3a100
|
fix: install package on MinGW64
|
2022-06-05 20:48:26 +08:00 |
|
debugtalk
|
49b1f34c64
|
fix #1336: extract package with tar in Windows
|
2022-06-05 09:39:45 +08:00 |
|
debugtalk
|
30b0172ccf
|
fix #1331: use str_eq to assert string and digit equality
|
2022-06-03 23:29:03 +08:00 |
|
debugtalk
|
c90606578b
|
bump version to v4.1.2
|
2022-06-03 23:16:51 +08:00 |
|
debugtalk
|
2fdd3743ef
|
Merge pull request #1330 from xucong053/master
fix: failed to regenerate .debugtalk_gen.py correctly
|
2022-05-31 22:25:16 +08:00 |
|
debugtalk
|
bee999084f
|
Merge pull request #1323 from bbx-winner/fix-escape-html
bugfix: avoid to escape html; empty base_url
|
2022-05-31 15:17:03 +08:00 |
|
debugtalk
|
521ae2c522
|
Merge pull request #1325 from xucong053/bugfix
fix: failed to build debugtalk.go without go.mod
|
2022-05-31 15:10:51 +08:00 |
|
debugtalk
|
036b0638ce
|
change: upgrade funplugin to v0.4.8
|
2022-05-29 13:33:31 +08:00 |
|
debugtalk
|
bc36662f15
|
change: relocate plugin templates
|
2022-05-29 13:28:48 +08:00 |
|
debugtalk
|
7f134a33d6
|
fix: do not init go mod
|
2022-05-29 12:43:13 +08:00 |
|
debugtalk
|
57d3b90989
|
refactor: relocate build plugin
|
2022-05-29 12:32:39 +08:00 |
|
debugtalk
|
f4ea0e8e06
|
change: get plugin path from funplugin
|
2022-05-29 10:00:07 +08:00 |
|
debugtalk
|
cc96a3225e
|
refactor: rename debugtalk_gen.py to .debugtalk_gen.py
|
2022-05-29 00:50:20 +08:00 |
|
debugtalk
|
9b1d6cfe95
|
change: build python plugin
|
2022-05-29 00:24:27 +08:00 |
|
debugtalk
|
b36e187caf
|
feat: report GA event for hrp wiki
|
2022-05-28 21:44:37 +08:00 |
|
debugtalk
|
62512b9601
|
refactor: hrp build
|
2022-05-28 21:44:12 +08:00 |
|
debugtalk
|
365fcac0cc
|
doc: update changelog
|
2022-05-28 12:37:17 +08:00 |
|
debugtalk
|
2459d0e84f
|
bump version to v4.1.0
|
2022-05-28 12:08:36 +08:00 |
|
debugtalk
|
953cafd045
|
change: rename demo empty project
|
2022-05-28 12:08:15 +08:00 |
|
debugtalk
|
31bfba51e7
|
change: replace template with config headers
|
2022-05-28 09:52:22 +08:00 |
|
debugtalk
|
f6af3ad12a
|
feat: gen plugin file with hrp version
|
2022-05-28 09:40:49 +08:00 |
|
debugtalk
|
7d1eec1412
|
Merge pull request #1314 from xucong053/add-build-command-for-plugin
feat: add build command for plugin
|
2022-05-28 08:49:07 +08:00 |
|
debugtalk
|
d38286fd7d
|
remove user case douyin
|
2022-05-28 07:54:40 +08:00 |
|
debugtalk
|
795999f205
|
change: update user cases
|
2022-05-27 20:52:42 +08:00 |
|
debugtalk
|
c58d9f5d14
|
Merge branch 'master' of https://github.com/httprunner/httprunner
|
2022-05-27 20:44:39 +08:00 |
|
debugtalk
|
f67447d986
|
change: add user cases
|
2022-05-27 20:41:20 +08:00 |
|
debugtalk
|
dc68923aa0
|
Merge pull request #1317 from xucong053/add-empty-project
feat: support create empty project with hrp startproject
|
2022-05-27 11:56:18 +08:00 |
|
debugtalk
|
9f9ab86b8f
|
Merge pull request #1319 from xucong053/bugfix
fix #1315: failed to generate a report in failfast mode
|
2022-05-26 21:30:59 +08:00 |
|
debugtalk
|
5747da5420
|
Merge pull request #1320 from bbx-winner/master
fix: set ulimit error
|
2022-05-26 21:29:55 +08:00 |
|
debugtalk
|
731f9fbad9
|
Merge pull request #1294 from bbx-winner/master
feat: postman to case; refactor: hrp convert
|
2022-05-26 17:05:12 +08:00 |
|
debugtalk
|
64345f4933
|
fix: upgrage gopkg.in/yaml.v3
|
2022-05-26 13:19:21 +08:00 |
|
debugtalk
|
d8383e36d8
|
fix: unittest
|
2022-05-25 11:17:19 +08:00 |
|
debugtalk
|
63dc9696df
|
update docs
|
2022-05-24 22:36:36 +08:00 |
|
debugtalk
|
9f48fd1d60
|
refactor: move base_url to config env
|
2022-05-24 22:23:02 +08:00 |
|
debugtalk
|
f141db43f0
|
change: remove byte
|
2022-05-24 20:56:27 +08:00 |
|
debugtalk
|
4d8914672d
|
fix #1308: load .env file as environment variables
|
2022-05-24 11:10:56 +08:00 |
|
debugtalk
|
10653b2843
|
fix #1309: locate plugin file upward recursively until system root dir
|
2022-05-23 14:43:14 +08:00 |
|
debugtalk
|
63a2dff53b
|
feat: add wiki sub-command to open httprunner website
|
2022-05-22 15:23:53 +08:00 |
|
debugtalk
|
4863b96ec3
|
update changelog
|
2022-05-21 22:16:39 +08:00 |
|
debugtalk
|
d7e31a3e90
|
Merge pull request #1306 from xucong053/unify-the-project-structure-with-QuickRunner
feat: unify the project structure with quick runner
|
2022-05-20 18:44:04 +08:00 |
|
debugtalk
|
139f540f2a
|
change: startproject demo
|
2022-05-19 21:02:24 +08:00 |
|
debugtalk
|
25c4102123
|
bump version to v4.1.0-beta
|
2022-05-19 18:29:54 +08:00 |
|
debugtalk
|
81dd14d7c0
|
update changelog
|
2022-05-19 18:27:26 +08:00 |
|
debugtalk
|
3239e96b22
|
change: remove trigger for v4.1-dev
|
2022-05-19 18:27:04 +08:00 |
|
debugtalk
|
2357f869d8
|
Merge branch 'master' of https://github.com/httprunner/httprunner
|
2022-05-19 18:21:46 +08:00 |
|
debugtalk
|
8b177e522a
|
change: upgrade funplugin to v0.4.6
|
2022-05-19 18:21:21 +08:00 |
|
debugtalk
|
7b16854ea3
|
Merge pull request #1295 from xucong053/bugfix
fix: panic when config didn't exist in testcase file
|
2022-05-13 18:30:41 +08:00 |
|
debugtalk
|
c5f786bdbe
|
Merge pull request #1293 from xucong053/bugfix
feat: add boomer mode(standalone/master/worker)
|
2022-05-12 21:43:09 +08:00 |
|
debugtalk
|
ff550c5cf4
|
change: update hrp flow image
|
2022-05-12 13:40:20 +08:00 |
|
debugtalk
|
29c1ad2907
|
change: update wechat qrcode
|
2022-05-12 11:40:13 +08:00 |
|
debugtalk
|
29b10861b9
|
Merge pull request #1276 from bbx-winner/master
fix: disable keep alive and improve RPS accuracy
|
2022-05-09 22:12:57 +08:00 |
|
debugtalk
|
96ec10467b
|
fix #1288: unable to go get httprunner v4
|
2022-05-09 19:53:16 +08:00 |
|
debugtalk
|
69aa0b3ad1
|
change: update image links
|
2022-05-09 18:28:03 +08:00 |
|
debugtalk
|
10544f95c6
|
feat: add pre-commit-hook
|
2022-05-09 16:05:47 +08:00 |
|
debugtalk
|
0d89cda921
|
change: update python dependencies
|
2022-05-09 15:14:52 +08:00 |
|
debugtalk
|
28a47d945e
|
change: trigger tests for branch v2/v3/v4.1-dev
|
2022-05-07 18:55:55 +08:00 |
|
debugtalk
|
6bad28d51d
|
bump version to v4.1.0-alpha
|
2022-05-07 18:53:08 +08:00 |
|
debugtalk
|
61b4e53286
|
fix: step request elapsed timming should contain ContentTransfer part
|
2022-05-07 18:51:31 +08:00 |
|
debugtalk
|
390ac26389
|
Merge pull request #1285 from billduan/master
pytest engine support new step types:
- sql handler
- thrift protocol
|
2022-05-07 18:17:22 +08:00 |
|
debugtalk
|
69495c9eb3
|
Merge pull request #1283 from httprunner/httpstat
feat: stat HTTP request latencies (DNSLookup, TCP Connection and so on)
|
2022-05-05 21:52:01 +08:00 |
|
debugtalk
|
0a9d50c054
|
feat: print connected network info
|
2022-05-05 21:35:23 +08:00 |
|
debugtalk
|
dd5e375e36
|
fix: unittest
|
2022-05-05 20:40:23 +08:00 |
|
debugtalk
|
8e27aae337
|
change: upgrade funplugin to v0.4.5
|
2022-05-05 15:56:02 +08:00 |
|
debugtalk
|
bd65f0ec40
|
fix: unittest
|
2022-05-05 14:44:20 +08:00 |
|
debugtalk
|
c5f0a334ac
|
change: skip funppy version requirements
|
2022-05-05 14:33:07 +08:00 |
|
debugtalk
|
95ab8b1851
|
feat: print http stat with color
|
2022-05-05 14:29:33 +08:00 |
|
debugtalk
|
aa926d53cf
|
test: add unittest for httpstat
|
2022-05-05 00:29:14 +08:00 |
|
debugtalk
|
f19023d52c
|
merge master
|
2022-05-04 23:51:34 +08:00 |
|
debugtalk
|
edd04bdf92
|
feat: stat HTTP request latencies (DNSLookup, TCP Connection and so on)
|
2022-05-04 23:46:10 +08:00 |
|
debugtalk
|
8455f739a4
|
bump version to v4.0.0
|
2022-05-03 14:23:12 +08:00 |
|
debugtalk
|
ac2c14f7e8
|
bump version to v4.0.0
|
2022-05-03 11:31:05 +08:00 |
|
debugtalk
|
ed4aa4c5b7
|
fix #1240: losing host port in har2case
|
2022-05-03 10:46:05 +08:00 |
|
debugtalk
|
fbf236c62f
|
Merge pull request #1279 from xucong053/bugfix
fix: write concurrent map
fix: parse parameters
|
2022-04-29 18:46:31 +08:00 |
|
debugtalk
|
2cdca18083
|
Merge pull request #1277 from xucong053/add-prometheus-metric-for-load-testing
feat: report load testing metrics to prometheus
|
2022-04-28 20:35:13 +08:00 |
|