Docker container to run tests in node environment with chromium installed.
You can fetch the image from dockerhub and run the container with:
docker run -it --rm -v "$PWD":/usr/src/myapp hiorgserver/node-chromium /bin/sh
Autobuild triggers a new build with every git push to your source code repository.