How to save the results analysed by the Chrome's Coverage tool?

三世轮回 提交于 2019-12-05 11:02:44

问题


At a first glance it looks like very useful tool, however I cannot find any operation like Save or similar option.

Does anyone know whether it is possible to save the results analysed by the Chrome's Coverage tool? Thanks


回答1:


As mentioned int the comments above, and in the marked duplicate, a feature request has been filed for this.

In the meanwhile, as stated in the comments section of this page, one can use CoverageRange, FunctionCoverage or ScriptCoverage to gather the same data via Chrome's RDP.



来源:https://stackoverflow.com/questions/44633247/how-to-save-the-results-analysed-by-the-chromes-coverage-tool

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!