[Feature] Add the output print of console.log
Closed this issue · 0 comments
iamxiaojianzheng commented
If add console.log
to the script, is it possible to print the display?
POST https://httpbin.org/post
Content-Type: application/json; charset=utf-8
{ "name": "张三" }
> {%
console.log(response.body.json.name === '张三')
%}