How to show code coverage feature in Chrome / Canary Dev Tools

I was reading with the chrome dev feature for the new code coverage feature and I am having trouble trying to enable this feature.

I know Canary resolves this without the need for an unflag, but I'm not sure where to find this feature from Chrome Devtools.

+3


source to share


2 answers


In the developer tools window that opens, you can open the command menu with Cmd + Shift + P (Mac) or Ctrl + Shift + P (Windows, Linux), start typing Coverage , and then select Show Coverage :

enter image description here



Alternatively, you can also select the three dots in the right corner of the developer tools window, select More tools , and then select Coverage :

enter image description here

+9


source


click more point options



It was not mentioned in the above post, but if you hit three dots in Chrome dev tools, the menu will show an option for code coverage.

+2


source







All Articles