feat: generate html reports for API testing #74

This commit is contained in:
xucong053
2022-02-08 16:48:53 +08:00
parent f85e1aad5e
commit 6aeeab2cea
2 changed files with 5 additions and 28 deletions

View File

@@ -273,10 +273,6 @@
{{- range $k, $v := $value}}
<pre>{{$k}}: {{$v}}</pre>
{{- end -}}
{{- else if eq $key "body" }}
{{- range $k, $v := $value }}
<pre>{{$k}}: {{$v}}</pre>
{{- end -}}
{{- else if eq $key "cookies" }}
{{- range $k, $v := $value }}
<pre>{{$k}}: {{$v}}</pre>