-
Notifications
You must be signed in to change notification settings - Fork 7
This is some example code that shows how to do a basic cucumber test for a remote web site using mechanize.
cayblood/cucumber-webrat-mechanize-example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
INSTALLATION 1) gem install rvm 2) follow the post-installation instructions for rvm 3) rvm install 1.8.7 4) rvm use 1.8.7 5) rvm gemset create cucumber-webrat-mechanize-example 6) rvm gemset use cucumber-webrat-mechanize-example 7) run the following commands: gem install bundler --pre bundle install bundle exec cucumber features 8) You should now be able to execute the example by typing rake For more information, please look at this blog post: http://surgeworks.com/blog/general/using-cucumber-and-webrat-for-remote-web-testing
About
This is some example code that shows how to do a basic cucumber test for a remote web site using mechanize.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published