1.1.0 • Published 9 years ago

multiversion v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

multiversion

Travis Codecov David(https://img.shields.io/david/dev/lholznagel/multiversion.svg?style=flat-square&label=Dev Dependencies) license semantic-release

Run tests with multiple nodejs versions with a simple command.

Currently under heavy development. Please come back later and take a look ;)

TODOs

  • Check how to mock a child process for unit testing
  • Use Docker for starting multiple containers
  • Besides travis the config field of the package.json should contain the node versions to test
  • Documentation

Install

npm install -g multiversion

Usage

Currently the only thing the libary can is to check if docker and a travis file is available

Run your tests with multiple nodejs versions

Usage
   multiversion [options]

Options
   --check     Checks if docker and a .travis.yml file is available
   -h --help   Shows this menu