- Ruby >=2.4.0
- Geckodriver if on firefox version >48
git clone [email protected]:StephenDavidson/ruby-bdd-cucumber.git
cd cucumber-examples/ruby
gem install bundler
bundle install
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
variable | default value |
---|---|
BROWSER | chrome |
ENV | production |