Poltergeist is a Capybara driver for PhantomJS.
When running my test suite using poltergeist as the JavaScript driver, I am encountering the following warnings: JQMIGRATE: jQuery.fn.…
jquery ruby-on-rails ruby ruby-on-rails-3 poltergeistI have a really simple line in a test that calls execute script like this: puts page.execute_script("return …
ruby-on-rails rspec capybara integration-testing poltergeistI have a large test suite that is using poltergeist and capybara. I keep getting the following error: One or …
capybara phantomjs poltergeistI'm trying to test that a link to a destroy action throws a native browser confirm box with the correct …
ruby-on-rails rspec capybara poltergeistI am writing my acceptance tests using Capybara and Poltergeist driver.I need to validate the content of the CSV …
capybara poltergeistWorking in a rails 3.1.2 project (mac OS X), I have PhantomJS properly installed (I can run code like the following …
ruby-on-rails-3 capybara rspec-rails phantomjs poltergeistWhat are the differences between PhantomJS and capybara-webkit? What are the advantages of capybara-webkit over PhantomJS? Which of the two …
capybara phantomjs capybara-webkit poltergeistIn an rspec feature scenario I have: scenario 'shows things', js: true do page.find('#my_div').trigger(:click) …
jquery ruby-on-rails rspec capybara poltergeist