authorjapps / authorjapps/zerocode
Ability to write a message to HTML report
Open
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
Assessment
This issue has not been assessed yet.