denns
denns

Reputation: 1131

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

Upvotes: 9

Views: 1341

Answers (1)

Paweł Bystrzan
Paweł Bystrzan

Reputation: 326

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.

Upvotes: 8

Related Questions