capybara-zombie is a Capybara driver for zombie.js. The goal is to have a fast driver with full support to javascript.
NOTE: This gem is in active development and is not ready for use yet.
Install as a gem:
gem install capybara-zombie
-
Source hosted at GitHub.
-
Report issues on GitHub Issues
See the Capybara docs. Use the symbol :zombie for the driver/default_driver as appropriate.
If you are using cucumber, you might add the following lines to your features/support/env.rb
require 'capybara/zombie' Capybara.javascript_driver = :zombie
-
zombie.js for putting together a great testing tool on node.js
-
Capybara for the amazing flexibility and test suite
-
capybara-envjs which was used as basis to create this gem
See MIT License.
Copyright © 2010 Plataforma Tecnologia (blog.plataformatec.com.br)