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
With that out of the way, here's how to use the code coverage tool: Select Show coverage from the Chrome Developer Tools Command Menu. Select the button labelled Start instrumenting coverage and reload the page. Observe code coverage statistics in the panel.
In Chrome's Dev Tools (Command+Option+C on Mac, Control+Shift+C on Windows/Linux, or right-click on the page and choose “Inspect”), select the “Sources” tab, and if “Coverage” isn't a displayed tab at the bottom, select it using the three vertical dots to the left of those tabs.
Every modern web browser includes a powerful suite of developer tools. These tools do a range of things, from inspecting currently-loaded HTML, CSS and JavaScript to showing which assets the page has requested and how long they took to load.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With