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

https://github.com/jramcast/karma-chrome-xvfb

Docker image with karma, google chrome and xvfb installed
https://github.com/jramcast/karma-chrome-xvfb

Last synced: 3 months ago
JSON representation

Docker image with karma, google chrome and xvfb installed

Awesome Lists containing this project

README

        

# karma-chrome-xvfb

Docker image including karma, Google Chrome and Xvfb.

The default command of the image is `karma start --single-run`. You can run it by just mapping your karma project into the `app` folder and launch it.

```sh
docker run --rm -v /your/project/dir:/app jramcast/karma-chrome-xvfb
```