A container for headless front-end Javascript testing.
This container aims to provide a testing environment similar to what Google outlined when it initially announced Chrome Headless.
It also provides several other tools related, including:
- karma-chrome-launcher
google-closure-compiler-js
babel
gulp
grunt
istanbul
nyc
The primary use-case I'm solving for is within GitLab CI, wherein containers are mainly used to establish a tooling environment, rather than running specific tasks or services inherent to the container (i.e. entrypoints are irrelevant). As such, this container really just installs tools appropriately.
All contributions are welcome, especially in the way of updating the container to keep current with new releases of the tooling. Please file issues and/or Pull Requests accordingly.