You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
About
Everything you need to get chimp running in your CI