Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/astrocoders/docker-meteor-chimp-ci

Everything you need to get chimp running in your CI
https://github.com/astrocoders/docker-meteor-chimp-ci

chimp ci docker meteor

Last synced: 6 days ago
JSON representation

Everything you need to get chimp running in your CI

Awesome Lists containing this project

README

        

# docker-meteor-chimp-ci
Everything you need to get chimp running in your CI

## Running it
```
$ alias chimp="docker run -it --rm -v $PWD:/app astrocoders/chimp"

# Supposing your tests are in a dir called tests
chimp --mocha --ddp=http://localhost:3000/ --path=tests
```