Merge branch 'master' of github.com:httprunner/httprunner

This commit is contained in:
buyuxiang
2022-05-25 15:43:19 +08:00
33 changed files with 160 additions and 44 deletions

View File

@@ -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`

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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
View 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