feat: add har2case flag

This commit is contained in:
debugtalk
2021-10-17 00:19:22 +08:00
parent 5c4c3378ee
commit e3f0c99528
8 changed files with 4725 additions and 23 deletions

View File

@@ -4,7 +4,7 @@ One-stop solution for HTTP(S) testing.
### Synopsis
hrp (HttpRunnerPlus) is the next generation for HttpRunner. Enjoy! ✨ 🚀 ✨
hrp (HttpRunner+) is the next generation for HttpRunner. Enjoy! ✨ 🚀 ✨
License: Apache-2.0
Github: https://github.com/httprunner/hrp
@@ -22,4 +22,4 @@ Copyright 2021 debugtalk
* [hrp har2case](hrp_har2case.md) - Convert HAR to json/yaml testcase files
* [hrp run](hrp_run.md) - run API test
###### Auto generated by spf13/cobra on 16-Oct-2021
###### Auto generated by spf13/cobra on 17-Oct-2021

View File

@@ -37,4 +37,4 @@ hrp boom [flags]
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
###### Auto generated by spf13/cobra on 16-Oct-2021
###### Auto generated by spf13/cobra on 17-Oct-2021

View File

@@ -13,11 +13,13 @@ hrp har2case path... [flags]
### Options
```
-h, --help help for har2case
-h, --help help for har2case
-j, --to-json convert to JSON format (default)
-y, --to-yaml convert to JSON format
```
### SEE ALSO
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
###### Auto generated by spf13/cobra on 16-Oct-2021
###### Auto generated by spf13/cobra on 17-Oct-2021

View File

@@ -30,4 +30,4 @@ hrp run path... [flags]
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
###### Auto generated by spf13/cobra on 16-Oct-2021
###### Auto generated by spf13/cobra on 17-Oct-2021