was-tested

0.10.0 • Public • Published

was-tested

Code coverage proxy

NPM

Build status dependencies devdependencies Codacy Badge semantic-release

overview

Read Code coverage proxy blog post.

was-tested - Code coverage proxy
  version: 0.0.0-semantic-release
  author: "Gleb Bahmutov <gleb.bahmutov@gmail.com>"

Options:
  --version, -v     show version and exit                               [default: false]
  --target, -t      target server url                                   [default: "http://127.0.0.1:3003"]
  --host, -H        the http host header                                [default: false]
  --rehost, -z      The host to rewrite to in the event of a redirect.  [default: false]
  --port, -p        local proxy port                                    [default: 5050]
  --instrument, -i  instrument url RegExp                               [default: "app.js$"]
  --reset, -r       erase previously collected coverage                 [default: false]
  --folder, -f      working folder                                      [default: null]

Works well with tested-commits.

Use against github pages

To instrument static pages on github, for example glebbahmutov.com/foo-bar/ that points to gh-pages branch in foo-bar use --host option.

was-tested --target http://glebbahmutov.com/foo-bar/ --host "glebbahmutov.com"

then open localhost:5050 in the browser.

Small print

Author: Gleb Bahmutov © 2014

License: MIT - do anything with the code, but don't blame me if it does not work.

Spread the word: tweet, star on github, etc.

Support: if you find any problems with this module, email / tweet / open issue on Github

MIT License

The MIT License (MIT)

Copyright (c) 2014 Gleb Bahmutov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Dependents (0)

Package Sidebar

Install

npm i was-tested

Weekly Downloads

168

Version

0.10.0

License

MIT

Last publish

Collaborators

  • bahmutov