An open API service indexing awesome lists of open source software.

https://github.com/gabrielcsapo/node-tester

🚫 Run your node tests in all versions of node
https://github.com/gabrielcsapo/node-tester

deprecated docker node test versions

Last synced: 6 months ago
JSON representation

🚫 Run your node tests in all versions of node

Awesome Lists containing this project

README

          

> DEPRECATED: THIS WILL NO LONGER BE UNDER DEVELOPMENT

# node-tester

> Run your node tests in all versions of node

[![Npm Version](https://img.shields.io/npm/v/node-tester.svg)](https://www.npmjs.com/package/node-tester)
[![Build Status](https://travis-ci.org/gabrielcsapo/node-tester.svg?branch=master)](https://travis-ci.org/gabrielcsapo/node-tester) [![Dependency Status](https://david-dm.org/gabrielcsapo/node-tester.svg)](https://david-dm.org/gabrielcsapo/node-tester)
[![devDependency Status](https://david-dm.org/gabrielcsapo/node-tester/dev-status.svg)](https://david-dm.org/gabrielcsapo/node-tester#info=devDependencies)
![npm license](https://img.shields.io/npm/l/node-tester.svg)
[![npm](https://img.shields.io/npm/dt/node-tester.svg?maxAge=2592000)]()
[![npm](https://img.shields.io/npm/dm/node-tester.svg?maxAge=2592000)]()

![example](./docs/example.gif)

## Requirements

- [Docker](https://www.docker.com)

## Installation

```
$ npm install --global node-tester
```

## Usage

`node-tester -v 4`

> to test for more than one

`node-tester -v 4 -v 6 -v 7`

# Philosophy

This project aims to have zero dependency footprint, if you see any dependencies help remove them!