This is a basic introduction to Cucumber which includes a simple walkthrough of creating and executing a Cucumber test using Capybara and Selenium Webdriver.
- Ruby 2.0 and above must be installed
- The following Ruby Gems must be installed
cucumber
capybara
selenium-webdriver
rspec
- The correct version of Chromedriver for your version of Chrome - the Chromedriver in this repo only supports Chrome 55- 57
- Clone this repository
- then
cd /cuke-workshop/cucumber
- type
cucumber
and pressEnter