mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
Merge branch 'master' of github.com:httprunner/httprunner
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
# Release History
|
||||
|
||||
## v4.1.0 (2022-05-23)
|
||||
## v4.1.0 (2022-05-25)
|
||||
|
||||
- feat: add `wiki` sub-command to open httprunner website
|
||||
|
||||
**go version**
|
||||
|
||||
- fix #1308: load `.env` file as environment variables
|
||||
- fix #1309: locate plugin file upward recursively until system root dir
|
||||
- refactor: move base_url to config env
|
||||
- feat: support converting Postman collection to HttpRunner testcase
|
||||
- refactor: improve the extensibility of `hrp convert` using interface `ICaseConverter`
|
||||
|
||||
|
||||
@@ -35,5 +35,6 @@ Copyright 2017 debugtalk
|
||||
* [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 23-May-2022
|
||||
###### Auto generated by spf13/cobra on 25-May-2022
|
||||
|
||||
@@ -42,4 +42,4 @@ hrp boom [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 23-May-2022
|
||||
###### Auto generated by spf13/cobra on 25-May-2022
|
||||
|
||||
@@ -22,4 +22,4 @@ hrp convert $path... [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 23-May-2022
|
||||
###### Auto generated by spf13/cobra on 25-May-2022
|
||||
|
||||
@@ -24,4 +24,4 @@ hrp har2case $har_path... [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 23-May-2022
|
||||
###### Auto generated by spf13/cobra on 25-May-2022
|
||||
|
||||
@@ -16,4 +16,4 @@ hrp pytest $path ... [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 23-May-2022
|
||||
###### Auto generated by spf13/cobra on 25-May-2022
|
||||
|
||||
@@ -35,4 +35,4 @@ hrp run $path... [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 23-May-2022
|
||||
###### Auto generated by spf13/cobra on 25-May-2022
|
||||
|
||||
@@ -20,4 +20,4 @@ hrp startproject $project_name [flags]
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 23-May-2022
|
||||
###### Auto generated by spf13/cobra on 25-May-2022
|
||||
|
||||
19
docs/cmd/hrp_wiki.md
Normal file
19
docs/cmd/hrp_wiki.md
Normal file
@@ -0,0 +1,19 @@
|
||||
## hrp wiki
|
||||
|
||||
visit https://httprunner.com
|
||||
|
||||
```
|
||||
hrp wiki [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for wiki
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
|
||||
###### Auto generated by spf13/cobra on 25-May-2022
|
||||
Reference in New Issue
Block a user