Socket
Socket
Sign inDemoInstall

baseman

Package Overview
Dependencies
54
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    baseman

Integration testing framework for Node.js


Version published
Weekly downloads
15
Maintainers
1
Install size
4.34 MB
Created
Weekly downloads
 

Readme

Source

Baseman Testing Framework

Currently under development

Baseman is a testing framework that saves expected output as baseline and compares new output with it to determine whether there are possible bugs or issues on consistency.

The latest version of clime (the command-line interface framework for TypeScript) is now using baseman for testing, check out some resources from clime project:

And yes, baseman is using clime for command-line interface.

Installation

npm install baseman --global
npm install baseman --save-dev

Usage

USAGE

  baseman <subcommand>

SUBCOMMANDS

  run    - Run baseman tests
  accept - Accept new output as baseline
USAGE

  baseman run [dir=test/baseman] [...options]

PARAMETERS

  dir - The directory that contains tests

OPTIONS

  -f, --filter <filter> - A minimatch string to filter test cases by their IDs
  -i, --interactive     - Run test cases in interactive mode

License

MIT License.

Keywords

FAQs

Last updated on 26 Mar 2017

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