AgileVentures / EventManager

A system for managing events and hangout participation - microservice API and basic UI
0 stars 5 forks source link

add phantomjs #24

Closed tansaku closed 7 years ago

tansaku commented 7 years ago

fixes #22

tansaku commented 7 years ago

this won't work for me locally till I fiddle with the poltergeist config - it'll need:

Capybara.register_driver :poltergeist do |app|
  Capybara::Poltergeist::Driver.new(app, js_errors: false,
                                    phantomjs: Phantomjs.path,
                                    phantomjs_options: ['--ssl-protocol=tlsv1.2', '--ignore-ssl-errors=yes'])
end
tansaku commented 7 years ago

now tests are passing for me locally ...

arreche commented 7 years ago

👍