mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-06 23:11:21 +08:00
docs: change to details
This commit is contained in:
12
README.md
12
README.md
@@ -57,10 +57,12 @@ Flags:
|
|||||||
Use "hrp [command] --help" for more information about a command.
|
Use "hrp [command] --help" for more information about a command.
|
||||||
```
|
```
|
||||||
|
|
||||||
You can use `hrp run` command to run HttpRunner JSON/YAML testcases.
|
You can use `hrp run` command to run HttpRunner JSON/YAML testcases. The following is an example running [examples/demo.json](examples/demo.json)
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>$ hrp run examples/demo.json</summary>
|
||||||
|
|
||||||
```text
|
```text
|
||||||
$ hrp run examples/demo.json
|
|
||||||
8:04PM INF Set log to pretty console
|
8:04PM INF Set log to pretty console
|
||||||
8:04PM INF Set log level to INFO
|
8:04PM INF Set log level to INFO
|
||||||
8:04PM INF [init] SetDebug debug=true
|
8:04PM INF [init] SetDebug debug=true
|
||||||
@@ -146,6 +148,7 @@ Vary: Accept-Encoding
|
|||||||
8:04PM INF run step end exportVars=null step="post form data" success=true
|
8:04PM INF run step end exportVars=null step="post form data" success=true
|
||||||
8:04PM INF run testcase end testcase="demo with complex mechanisms"
|
8:04PM INF run testcase end testcase="demo with complex mechanisms"
|
||||||
```
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
### use as library
|
### use as library
|
||||||
|
|
||||||
@@ -157,6 +160,10 @@ $ go get -u github.com/httprunner/hrp
|
|||||||
|
|
||||||
This is an example of `HttpRunner+` testcase. You can find more in the [`examples`][examples] directory.
|
This is an example of `HttpRunner+` testcase. You can find more in the [`examples`][examples] directory.
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>demo</summary>
|
||||||
|
|
||||||
```go
|
```go
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
@@ -225,6 +232,7 @@ func TestCaseDemo(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
[HttpRunner]: https://github.com/httprunner/httprunner
|
[HttpRunner]: https://github.com/httprunner/httprunner
|
||||||
[Boomer]: https://github.com/myzhan/boomer
|
[Boomer]: https://github.com/myzhan/boomer
|
||||||
|
|||||||
Reference in New Issue
Block a user