guard-jasmine-headless-webkit
guard-jasmine-headless-webkit copied to clipboard
xvfb as fallback for X server
Hi!
guard-jasmine-headless-webkit or jasmine-headless-webkit only work if you have X server up and running. But i found out that its possible to use xvfb to run it without X. I was thinking. Is it possible to do some kind of fallback to connect to xvfb if connection to X server fails? And then run something like this...
xvfb-run <path_to>jasmine-headless-webkit -c -j spec/javascripts/support/jasmine.yml
Should I rant about this on jasmine-headless-webkit repository?
Thanks guys!
Since I've stopped active development on JHW, you should probably think about forking and fixing the issue yourself, or switching to a different test runner like testem or testacular. They're much better supported at this point.