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
- Host: GitHub
- URL: https://github.com/jramcast/karma-chrome-xvfb
- Owner: jramcast
- License: mit
- Created: 2018-11-02T11:54:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T12:27:53.000Z (over 6 years ago)
- Last Synced: 2025-01-20T09:46:13.542Z (4 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```