vijayk1
6 years agoOccasional Contributor
how to send request response to readyapi report using groovy
Hi Team,
I have a project which can be run on two endpoints and few request have different response.
Currently I'm executing Request and based on endpoint I've put assertion using groovy.
I've put log.info to print failure cause but I'm unable to write log.info into final junit type report, i'm only getting like below:
----------------- Messages ------------------------------
Assertion failed:
assert false
error at line: 46
how can I write requets and response in report or log.info in final report?