authorjapps / authorjapps/zerocode

Ability to write a message to HTML report

Open
#459 5 comments 1 reaction 0 assignees View on GitHub
feature-request
Dominant language
Java
Stars
1k
Forks
453
Avg merge
7d 2h
Merged PRs (30d)
5

Description

In the Zerocode Interactive Report noticed that if a test is passed there is no request body posted but is present when a test is failed.
Need a way to print the request/response body or any custom text onto the Passed Report as well from a test step?
This forms the test evidence for auditing that the correct data was posted/received

Perhaps something like a keyword called "print2html" or just "print"
```
"print2html": "Some message"
"print2html": "${somevariable}"
"print2html": "${abc.request.body}"
etc.
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.