feat: generate html reports for API testing #74

This commit is contained in:
xucong053
2022-02-07 20:29:10 +08:00
parent 2a81a4a04a
commit 9415a7bb95
16 changed files with 506 additions and 42 deletions

View File

@@ -1,9 +1,11 @@
# Release History
## v0.6.0 (2022-01-26)
## v0.6.0 (2022-02-08)
- feat: implement `rendezvous` mechanism for data driven
- feat: upload release artifacts to aliyun oss
- feat: dump tests summary for execution results
- feat: generate html report for API testing
- change: remove sentry sdk
## v0.5.3 (2022-01-25)

View File

@@ -33,4 +33,4 @@ Copyright 2021 debugtalk
* [hrp run](hrp_run.md) - run API test
* [hrp startproject](hrp_startproject.md) - create a scaffold project
###### Auto generated by spf13/cobra on 19-Jan-2022
###### Auto generated by spf13/cobra on 8-Feb-2022

View File

@@ -39,4 +39,4 @@ hrp boom [flags]
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
###### Auto generated by spf13/cobra on 19-Jan-2022
###### Auto generated by spf13/cobra on 8-Feb-2022

View File

@@ -23,4 +23,4 @@ hrp har2case $har_path... [flags]
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
###### Auto generated by spf13/cobra on 19-Jan-2022
###### Auto generated by spf13/cobra on 8-Feb-2022

View File

@@ -22,8 +22,10 @@ hrp run $path... [flags]
```
--continue-on-failure continue running next step when failure occurs
-r, --gen-html-report generate html report
-h, --help help for run
-p, --proxy-url string set proxy url
--save-tests save tests summary
-s, --silent disable logging request & response details
```
@@ -31,4 +33,4 @@ hrp run $path... [flags]
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
###### Auto generated by spf13/cobra on 19-Jan-2022
###### Auto generated by spf13/cobra on 8-Feb-2022

View File

@@ -16,4 +16,4 @@ hrp startproject $project_name [flags]
* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.
###### Auto generated by spf13/cobra on 19-Jan-2022
###### Auto generated by spf13/cobra on 8-Feb-2022