mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-15 04:19:28 +08:00
change: do not add console output by default feat: add GA for docs refactor: move builtin to internal refactor: relocate sentry sdk feat: report events with ga change: use http client session fix: report GA events change: sentry
27 lines
551 B
Markdown
27 lines
551 B
Markdown
## hrp har2case
|
|
|
|
Convert HAR to json/yaml testcase files
|
|
|
|
### Synopsis
|
|
|
|
Convert HAR to json/yaml testcase files
|
|
|
|
```
|
|
hrp har2case harPath... [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for har2case
|
|
-d, --output-dir string specify output directory, default to the same dir with har file
|
|
-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 26-Nov-2021
|