Skip to content

Instantly share code, notes, and snippets.

@bogdanRada
Forked from exviva/capybara.rb
Created June 16, 2016 13:00
Show Gist options
  • Save bogdanRada/afbfe5a352d4d53770e6a2efce490332 to your computer and use it in GitHub Desktop.
Save bogdanRada/afbfe5a352d4d53770e6a2efce490332 to your computer and use it in GitHub Desktop.
unless ENV.include?('CI')
ENV['DISPLAY'] = ':99'
pid = Process.spawn('Xvfb :99 -ac', out: '/dev/null', err: '/dev/null')
at_exit { Process.kill(:SIGINT, pid) }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment