Socket
Socket
Sign inDemoInstall

was-tested

Package Overview
Dependencies
104
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    was-tested

Code coverage proxy


Version published
Weekly downloads
212
decreased by-0.47%
Maintainers
1
Install size
9.36 MB
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 11 Apr 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc