cucumber_off_rails

Nondestructive cucumber testing without the rails stack. Setup to work with the hudson/jenkins ci system to run regular tests on your project. The capybara-mechanize gem is used to fetch remote sites and capybara bathcers are used to verify the data.

This gem is currently in a very basic state, some ways away from even a 0.1.x release. You will have to manually configure quite a bit to get everything working. The most important parts are the capybara app and user login information in the support/env file. Also take a look at the login steps in the support/hooks file. They may need to be changed depending on the setup of your site.

install

Run the installation generator

cucumber_off_rails install

This will generate a basic cucumber environment in the folder cucumber_off_rails_project

future work

Contributing to cucumber_off_rails

Copyright © 2011 Jeremiah Hemphill. See LICENSE.txt for further details.