We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我因为工作上的需要,修改了 InterfaceCol.js. 添加了自动化测试每次运行的结果的header中的cookies。方便下个接口调用。
this.records[curitem_id]={ params:result.params, body:result.res_body, cookies:res_headers }
发现直接在测试中使用,无法取到值。加consol.log无法调试,请问这个地方如何打印日志
The text was updated successfully, but these errors were encountered:
去你启动代码的终端查看是否有console
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
我因为工作上的需要,修改了
InterfaceCol.js.
添加了自动化测试每次运行的结果的header中的cookies。方便下个接口调用。
this.records[curitem_id]={ params:result.params, body:result.res_body, cookies:res_headers }
发现直接在测试中使用,无法取到值。加consol.log无法调试,请问这个地方如何打印日志
The text was updated successfully, but these errors were encountered: