Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 782 Bytes

File metadata and controls

30 lines (24 loc) · 782 Bytes

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