All Projects → paulirish → covfefe-coverage

paulirish / covfefe-coverage

Licence: other
Node API for DevTools JS Coverage data

Programming Languages

javascript
184084 projects - #8 most used programming language

covfefe-coverage

(very early)

Access the DevTools JavaScript Coverage Profiler data.

image

Right now this script is a little proof of concept, but it does sit on top of:

  • chrome-devtools-frontend for calculation of metrics.
  • chrome-remote-interface because ya gotta
  • chrome-launcher for the launch
  • devtools-protocol for declarative protocol JSON

Interestingly, this is the first time we've had devtools frontend's Target and TargetManager working well with a chrome-remote-interface target. There's aspects to be improved but it's quite exciting nonetheless.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].