coverage-ext

Generate code coverage for any webpage

Github星跟踪图

What is this?

This is an extension to an old version of chrome + a custom istanbul reporter.
This combo gives you the power to view what JS gets evaluated on any website.

image

Installation

  1. Download an old version of chrome Mac / Win
  • The reason why we have to use an old version is because we are utilizing a cool API chrome used to have to preprocess any JS file before it gets evaluated by v8. This feature was reverted here.
  1. Download this repo and extract it somewhere
  2. Open a prompt in the reporter directory
  3. npm i
  4. Run the old chrome version
  5. Navigate to chrome://extensions and enable developer mode
  6. Click "Load unpacked extension..." and select the extension folder from the repo

Example Usage

  1. Visit http://news.ycombinator.com/.
  2. Open up dev tools.
  3. Click on the get coveragez button.
  4. The page will reload, wait for it to complete.
  5. Click on the copy button.
  6. Run pbpaste > ycombinator-data.
  7. cd reporter.
  8. node gen_report.js ../ycombinator-data
  9. open ./reporter/html-report/index.html to view the report

主要指标

概览
名称与所有者samccone/coverage-ext
主编程语言JavaScript
编程语言HTML (语言数: 2)
平台
许可证
所有者活动
创建于2016-08-20 01:24:45
推送于2016-09-16 22:17:32
最后一次提交2016-09-16 13:10:11
发布数0
用户参与
星数423
关注者数16
派生数19
提交数25
已启用问题?
问题数5
打开的问题数1
拉请求数4
打开的拉请求数1
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?