• Stars
    star
    131
  • Rank 275,867 (Top 6 %)
  • Language
    Ruby
  • Created over 14 years ago
  • Updated almost 13 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Capybara driver for envjs gem

CAPYBARA-ENVJS IS MOTHBALLED¶ ↑

Since the Ruby port of envjs is mothballed, capybara-envjs is as well. I suggest looking at something based on v8 and/or headless webkit.

capybara-envjs¶ ↑

Description:¶ ↑

capybara-envjs is a Capybara driver for the envjs gem (GitHub, rubygems.org). It is similar to Capybara’s rack-test driver in that it runs tests against your rack application directly but fully supports javascript in your application.

Install:¶ ↑

Install as a gem:

gem install capybara-envjs

Development:¶ ↑

Using with Capybara¶ ↑

See the Capybara docs. Use the symbol :envjs 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/envjs'
Capybara.javascript_driver = :envjs

License:¶ ↑

(The MIT License)

Copyright © 2010 Steven Parkes

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.