Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 650 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 650 Bytes

Basic Introduction to Cucumber Workshop

This is a basic introduction to Cucumber which includes a simple walkthrough of creating and executing a Cucumber test using Capybara and Selenium Webdriver.

Prerequisites

  • 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

How to run the Cucumber test

  • Clone this repository
  • then cd /cuke-workshop/cucumber
  • type cucumber and press Enter