teampoltergeist / poltergeist

A PhantomJS driver for Capybara

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passing environment variables to PhantomJS

enricostano opened this issue · comments

Hi,

I would like to know if there is any option we can pass instantiating the poltergeist driver to set some environment variable for the PhantomJS process. For instance I want to pass the TZ environment variable to PhantomJS process but I don't want to use TZ='Australia' bundle exec rspec spec.

Thanks!

PhantomJS is launched from https://github.com/teampoltergeist/poltergeist/blob/master/lib/capybara/poltergeist/client.rb#L70 which doesn't have any support for passing the optional initial env parameter - so: No, there is no support for what you're looking for.