Commit Graph

2843 Commits

Author SHA1 Message Date
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
v4.1.1
2022-05-31 22:25:16 +08:00
xucong053
b09660fb0c update docs 2022-05-31 21:40:27 +08:00
xucong053
3681b5ae5d fix: failed to regenerate .debugtalk_gen.py correctly 2022-05-31 20:11:27 +08:00
xucong053
1edd71bf0a Merge pull request #1329 from xucong053/bugfix
fix: add ref step name info in html report
2022-05-31 16:45:19 +08:00
xucong053
f37a96b323 fix: add ref step name info in html report 2022-05-31 16:36:42 +08:00
xucong053
a0a6c09b2a Merge pull request #1328 from bbx-winner/master
del: plugin auto-generated file
2022-05-31 16:31:36 +08:00
buyuxiang
8714277c26 del: plugin auto-generated file 2022-05-31 16:17:50 +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
bbx-winner
1e73d4e839 Merge branch 'master' into fix-escape-html 2022-05-31 15:16:18 +08:00
buyuxiang
90ef77bced update: hrp version => v4.1.1 2022-05-31 15:11:33 +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
xucong053
55e1ddddfd remove project_path info from proj.json in project dir 2022-05-31 15:08:45 +08:00
xucong053
f539e2a0df fix: failed to build debugtalk.go without go.mod 2022-05-31 13:14:49 +08:00
buyuxiang
145e6555f3 bugfix: deal with empty base_url 2022-05-30 20:56:11 +08:00
buyuxiang
e938b77c52 bugfix: avoid to escape html 2022-05-30 17:25:36 +08:00
debugtalk
036b0638ce change: upgrade funplugin to v0.4.8 v4.1.0 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
xucong053
2bf916deb3 fix: unittest 2022-05-28 02:06:33 +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
xucong053
f2a9e653df update docs 2022-05-27 17:23:40 +08:00
xucong053
f984e002dc feat: support v3 format debugtalk.py when executing hrp run/boom 2022-05-27 17:23:37 +08:00
xucong053
c2bcbfd07f fix: default output debugtalk_gen.py by building debugtalk.py 2022-05-27 17:20:35 +08:00
xucong053
c08861c9ca feat: add --output command in hrp build 2022-05-27 17:20:03 +08:00
xucong053
8fd093bdcc feat: add build command for plugin 2022-05-27 17:19:18 +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
xucong053
dc091f5505 update templates/testcases 2022-05-27 11:36:32 +08:00
xucong053
434decaa78 fix: modify logic of generating empty project 2022-05-26 22:11:30 +08:00
xucong053
ef73243e04 fix: unittest 2022-05-26 21:59:30 +08:00
xucong053
cfa2cb9617 fix: failed to locate root dir even if proj.json exist 2022-05-26 21:59:30 +08:00
xucong053
692704c4a4 feat: create empty project by using hrp startproject #1280 2022-05-26 21:59:30 +08:00