Skip to content

Basic Introduction to the Cucumber BDD framework.

Notifications You must be signed in to change notification settings

Scaled-Agile/cuke-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic Introduction to the Cucumber BDD framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published