Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome Dev Tools - Code Coverage during navigation

The new code coverage feature is really awesome, but it can only test one page.

Obviously noone has a site where you can see all abstractions and modules at once. This might be the case on SPAs, though.

So the question is:

Is there a possibility to capture the information across multiple sites during navigation?

Tested in Chrome 63.0.3239.132

like image 704
denns Avatar asked Jan 23 '18 16:01

denns


1 Answers

Nope. Unfortunately it sucks a lot - it - does not save state between pages/ sub-pages: osx + chrome version 64.0.3282.167 (Official Build) (64-bit). For now it's just toy to play, but not (yet) tool for production.

like image 98
Paweł Bystrzan Avatar answered Sep 22 '22 11:09

Paweł Bystrzan