Skip to content

StephenDavidson/ruby-bdd-cucumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby bdd test automation example

Build Status

prerequisites

setup

git clone [email protected]:StephenDavidson/ruby-bdd-cucumber.git
cd cucumber-examples/ruby
gem install bundler
bundle install

running tests

cd cucumber-examples/ruby
cucumber # run all feature files
cucumber features/ # run all feature files in the given folder
cucumber features/search.feature # run the search.feature file only

env variables

variable default value
BROWSER chrome
ENV production

About

Ruby web application testing example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published