mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-25 17:44:02 +08:00
change: update for v4.1.2
This commit is contained in:
@@ -1,12 +1,23 @@
|
||||
# Release History
|
||||
|
||||
## v4.1.2 (2022-06-05)
|
||||
## v4.1.2 (2022-06-09)
|
||||
|
||||
- feat: add Dockerfile
|
||||
- fix #1336: extract package in Windows
|
||||
- fix: install package on MinGW64 and Windows
|
||||
|
||||
**go version**
|
||||
|
||||
- fix #1331: use `str_eq` to assert string and digit equality
|
||||
- fix #1336: extract package in Windows
|
||||
- fix: install package on MinGW64
|
||||
- fix: load overall `pick_order` strategy in parameters_setting
|
||||
- fix: ensure all dependencies in debugtalk.py are installed
|
||||
- fix: select parameters with `random` strategy
|
||||
- change: remove `hrp har2case`, replace with `hrp convert`
|
||||
|
||||
**python version**
|
||||
|
||||
- feat #1316: add running log and request & response details in allure report
|
||||
|
||||
## v4.1.1 (2022-05-31)
|
||||
|
||||
- fix: failed to build debugtalk.go without go.mod
|
||||
|
||||
@@ -32,10 +32,9 @@ Copyright 2017 debugtalk
|
||||
* [hrp boom](hrp_boom.md) - run load test with boomer
|
||||
* [hrp build](hrp_build.md) - build plugin for testing
|
||||
* [hrp convert](hrp_convert.md) - convert to JSON/YAML/gotest/pytest testcases
|
||||
* [hrp har2case](hrp_har2case.md) - convert HAR to json/yaml testcase files
|
||||
* [hrp pytest](hrp_pytest.md) - run API test with pytest
|
||||
* [hrp run](hrp_run.md) - run API test with go engine
|
||||
* [hrp startproject](hrp_startproject.md) - create a scaffold project
|
||||
* [hrp wiki](hrp_wiki.md) - visit https://httprunner.com
|
||||
|
||||
###### Auto generated by spf13/cobra on 29-May-2022
|
||||
###### Auto generated by spf13/cobra on 9-Jun-2022
|
||||
|
||||
@@ -42,4 +42,4 @@ hrp boom [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 29-May-2022
|
||||
###### Auto generated by spf13/cobra on 9-Jun-2022
|
||||
|
||||
@@ -28,4 +28,4 @@ hrp build $path ... [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 29-May-2022
|
||||
###### Auto generated by spf13/cobra on 9-Jun-2022
|
||||
|
||||
@@ -11,7 +11,7 @@ hrp convert $path... [flags]
|
||||
```
|
||||
-h, --help help for convert
|
||||
-d, --output-dir string specify output directory, default to the same dir with har file
|
||||
-p, --profile string specify profile path to override headers (except for auto-generated headers) and cookies
|
||||
-p, --profile string specify profile path to override headers and cookies
|
||||
--to-gotest convert to gotest scripts (TODO)
|
||||
--to-json convert to JSON scripts (default)
|
||||
--to-pytest convert to pytest scripts
|
||||
@@ -22,4 +22,4 @@ hrp convert $path... [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 29-May-2022
|
||||
###### Auto generated by spf13/cobra on 9-Jun-2022
|
||||
|
||||
@@ -16,4 +16,4 @@ hrp pytest $path ... [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 29-May-2022
|
||||
###### Auto generated by spf13/cobra on 9-Jun-2022
|
||||
|
||||
@@ -35,4 +35,4 @@ hrp run $path... [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 29-May-2022
|
||||
###### Auto generated by spf13/cobra on 9-Jun-2022
|
||||
|
||||
@@ -21,4 +21,4 @@ hrp startproject $project_name [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 29-May-2022
|
||||
###### Auto generated by spf13/cobra on 9-Jun-2022
|
||||
|
||||
@@ -16,4 +16,4 @@ hrp wiki [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 29-May-2022
|
||||
###### Auto generated by spf13/cobra on 9-Jun-2022
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"project_name": "demo-empty-project",
|
||||
"create_time": "2022-05-31T15:05:51.196187+08:00",
|
||||
"hrp_version": "v4.1.1"
|
||||
}
|
||||
"create_time": "2022-06-09T23:39:15.678957+08:00",
|
||||
"hrp_version": "v4.1.2"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"project_name": "demo-with-go-plugin",
|
||||
"create_time": "2022-05-31T15:05:49.894029+08:00",
|
||||
"hrp_version": "v4.1.1"
|
||||
}
|
||||
"create_time": "2022-06-09T23:39:14.781583+08:00",
|
||||
"hrp_version": "v4.1.2"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# NOTE: Generated By hrp v4.1.1, DO NOT EDIT!
|
||||
# NOTE: Generated By hrp v4.1.2, DO NOT EDIT!
|
||||
|
||||
import logging
|
||||
import time
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"project_name": "demo-with-py-plugin",
|
||||
"create_time": "2022-05-31T15:05:50.036068+08:00",
|
||||
"hrp_version": "v4.1.1"
|
||||
}
|
||||
"create_time": "2022-06-09T23:39:14.922843+08:00",
|
||||
"hrp_version": "v4.1.2"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"project_name": "demo-without-plugin",
|
||||
"create_time": "2022-05-31T15:05:51.066376+08:00",
|
||||
"hrp_version": "v4.1.1"
|
||||
}
|
||||
"create_time": "2022-06-09T23:39:15.552117+08:00",
|
||||
"hrp_version": "v4.1.2"
|
||||
}
|
||||
|
||||
2
go.sum
2
go.sum
@@ -253,8 +253,6 @@ github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2p
|
||||
github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc=
|
||||
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb h1:b5rjCoWHc7eqmAS4/qyk21ZsHyb6Mxv/jykxvNTkU4M=
|
||||
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM=
|
||||
github.com/httprunner/funplugin v0.4.8 h1:G785jrEn6EAEg2nwuPcCQUHBTgwgoaSz5qdQU4X3JpI=
|
||||
github.com/httprunner/funplugin v0.4.8/go.mod h1:vPyeJIfbpGe0epZZtAV0wCn16gLY9+imSw/zfxq0Lcc=
|
||||
github.com/httprunner/funplugin v0.4.9 h1:gmF1sP5D4/nvdocqgOAyT3GpVDz3fL4ErZ17WHo8x9U=
|
||||
github.com/httprunner/funplugin v0.4.9/go.mod h1:vPyeJIfbpGe0epZZtAV0wCn16gLY9+imSw/zfxq0Lcc=
|
||||
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# NOTE: Generated By hrp v4.1.1, DO NOT EDIT!
|
||||
# NOTE: Generated By hrp v4.1.2, DO NOT EDIT!
|
||||
|
||||
import logging
|
||||
import time
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// NOTE: Generated By hrp v4.1.1, DO NOT EDIT!
|
||||
// NOTE: Generated By hrp v4.1.2, DO NOT EDIT!
|
||||
package main
|
||||
|
||||
import (
|
||||
|
||||
@@ -173,4 +173,4 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -167,4 +167,4 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user