https://github.com/zpratt/xvfb-karma-chrome
A headless vagrant environment for using the karma test runner with a headless chrome instance.
https://github.com/zpratt/xvfb-karma-chrome
Last synced: about 1 year ago
JSON representation
A headless vagrant environment for using the karma test runner with a headless chrome instance.
- Host: GitHub
- URL: https://github.com/zpratt/xvfb-karma-chrome
- Owner: zpratt
- License: mit
- Created: 2014-03-09T07:10:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-09T07:23:21.000Z (over 12 years ago)
- Last Synced: 2025-02-05T22:43:31.014Z (over 1 year ago)
- Language: Puppet
- Size: 137 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
xvfb-karma-chrome
=================
A headless vagrant environment for using the karma test runner with a headless chrome instance.
* You'll need to have [Vagrant](http://www.vagrantup.com/) installed first
* Once Vagrant is installed, do a `vagrant up` and you should be good to go
* Once the vm is up, in order to run chromium, you'll need to set your DISPLAY environment variable
* export DISPLAY=:0
* I'm working on a better way to handle the DISPLAY variable, but for now you'll have to export it