Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/astrocoders/docker-meteor-chimp-ci
- Owner: Astrocoders
- License: mit
- Created: 2017-03-15T03:01:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T16:10:04.000Z (almost 8 years ago)
- Last Synced: 2024-11-17T10:42:38.198Z (2 months ago)
- Topics: chimp, ci, docker, meteor
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```