Skip to content

Commit

Permalink
form params
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix124 committed Mar 6, 2024
1 parent d42925b commit f26d9d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions allure-attachments/src/main/resources/tpl/http-request.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,12 @@
${data.curl}
</div>
</#if>

<#if (data.formParams)?has_content>
<h4>FormParams</h4>
<div>
<#list data.formParams as name, value>
<div>${name}: ${value!"null"}</div>
</#list>
</div>
</#if>

0 comments on commit f26d9d1

Please sign in to comment.