Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

baseman

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baseman

Integration testing framework for Node.js

  • 0.1.0-dev.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 26 Mar 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc