Skip to content

running headless with xvfb does not work #138

Description

@openrijal

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions