mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-06 23:11:21 +08:00
change: relocate files
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
## Key Features
|
## Key Features
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- [x] Full support for HTTP(S) requests, more protocols are also in the plan.
|
- [x] Full support for HTTP(S) requests, more protocols are also in the plan.
|
||||||
- [x] Testcases can be described in multiple formats, `YAML`/`JSON`/`Golang`, and they are interchangeable.
|
- [x] Testcases can be described in multiple formats, `YAML`/`JSON`/`Golang`, and they are interchangeable.
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 214 KiB After Width: | Height: | Size: 214 KiB |
@@ -10,7 +10,7 @@ import (
|
|||||||
|
|
||||||
// run this test to generate markdown docs
|
// run this test to generate markdown docs
|
||||||
func TestGenMarkdownTree(t *testing.T) {
|
func TestGenMarkdownTree(t *testing.T) {
|
||||||
err := doc.GenMarkdownTree(cmd.RootCmd, "./cmd/")
|
err := doc.GenMarkdownTree(cmd.RootCmd, "./")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
@@ -22,4 +22,4 @@ Copyright 2021 debugtalk
|
|||||||
* [hrp har2case](hrp_har2case.md) - Convert HAR to json/yaml testcase files
|
* [hrp har2case](hrp_har2case.md) - Convert HAR to json/yaml testcase files
|
||||||
* [hrp run](hrp_run.md) - run API test
|
* [hrp run](hrp_run.md) - run API test
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 14-Nov-2021
|
###### Auto generated by spf13/cobra on 18-Nov-2021
|
||||||
|
|||||||
@@ -37,4 +37,4 @@ hrp boom [flags]
|
|||||||
|
|
||||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 14-Nov-2021
|
###### Auto generated by spf13/cobra on 18-Nov-2021
|
||||||
|
|||||||
@@ -23,4 +23,4 @@ hrp har2case harPath... [flags]
|
|||||||
|
|
||||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 14-Nov-2021
|
###### Auto generated by spf13/cobra on 18-Nov-2021
|
||||||
|
|||||||
@@ -30,4 +30,4 @@ hrp run path... [flags]
|
|||||||
|
|
||||||
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
|
||||||
|
|
||||||
###### Auto generated by spf13/cobra on 14-Nov-2021
|
###### Auto generated by spf13/cobra on 18-Nov-2021
|
||||||
|
|||||||
Reference in New Issue
Block a user