- Sign Up at CukeHub
- Install Ruby unless
ruby -v
exists. - Install Chrome browser.
git clone git@github.com:richdownie/rocdev_cukes.git
cd rocdev_cukes
gem install bundler
bundle install
thor list
thor set:headless
cucumber features
rake build:all
- Visit CukeHub and view results.
- FSAR (FREE) Online sessions that teach you how to automation web applications with Ruby.
- Cucumber Watch this Demo to learn how to cucumber.
- Selenium-Webdriver is a tool for writing automated tests of websites. It aims to mimic the behaviour of a real user, and as such interacts with the HTML of the application.
- RSpec
- Page Objects Page Object DSL that works with both Watir and Selenium.