Codeception / Codeception/module-rest
Add parameter to not log Response during executing REST requests
未关闭
- 主要语言
- PHP
- 星标
- 60
- 派生
- 30
- 平均合并
- 22 小时 37 分钟
- 30 天内合并 PR
- 1
描述
REST requests (ex. `sendPOST`) always output response , through `execute` method: `$this->debugSection("Response", $printedResponse);`
However our tests do a lot of requests, and in return get whole body of web page, which pollutes log.
This is why I would like to add parameter, which suppresses printing whole response. If such contribution would be welcomed, I can provide pull request.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。