Skip to content

Instantly share code, notes, and snippets.

@rafaelrosafu
Last active December 16, 2015 05:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaelrosafu/5384508 to your computer and use it in GitHub Desktop.
Save rafaelrosafu/5384508 to your computer and use it in GitHub Desktop.
Installing jasmine headless on Ubuntu 12.04
sudo apt-get install libqt4-dev libicu48 xvfb
On Gemfile:
gem 'jasmine-headless-webkit'
On .gitignore:
.jhw-cache/
bundle install --path=vendor --binstubs
To execute:
xvfb-run bin/jasmine-headless-webkit -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment