Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 608 Bytes

File metadata and controls

19 lines (15 loc) · 608 Bytes

Coverage Generator

Extract Covered and Uncovered CSS & JS from your website.

Generate a Coverage report:

  • Open Chrome Dev Tools
  • In the Console panel click the three dots and Coverage
  • Record
  • Export Json
  • Copy the content of the JSON file and paste in step 1.
  • Click 2. Extract and done.

How to run local & install

  1. Checkout this repo
  2. Run npm install
  3. Run npm start -> localhost:8080 (dev content with hot reloading)
  4. Run npm build -> docs/index.html (prod content) (cause docs is a known folder for github pages)

Live site: https://weisser-dev.github.io/devtools-coverage-extractor/