I am trying to run slimerjs with xvfb. the readme says to add this to the .travis.yml
before_script:
- export DISPLAY=:99.0
- "sh -e /etc/init.d/xvfb start"
I'm on centos hence, xvfb is at /usr/bin/Xvfb, replaced that path, but it does not work.
I also tried to use /usr/bin/xvfb-run that I use to launch slimerjs from commandline, that works when I run from commandline but not through this module.
Any ideas on this?
I am trying to run slimerjs with xvfb. the readme says to add this to the .travis.yml
I'm on centos hence, xvfb is at /usr/bin/Xvfb, replaced that path, but it does not work.
I also tried to use /usr/bin/xvfb-run that I use to launch slimerjs from commandline, that works when I run from commandline but not through this module.
Any ideas on this?