GoogleChrome / devtools-docs

The legacy documentation for Chrome DevTools.
https://developer.chrome.com/devtools
691 stars 179 forks source link

How to export Java script code coverage result to a file, after running a java script application #318

Closed Minarva-Siemens closed 7 years ago

Minarva-Siemens commented 7 years ago

I want to get a statistic data after running a java script application. eg: total bytes covered, total unused bytes covered, percentage covered.

Garbee commented 7 years ago

This isn't currently supported in the DevTools. You'd need to file an issue on the Chromium issue tracker for the engineers to triage and assess whether this feature should be added or not.

Thank you.