doamaral / ruby-cucumber-rspec-selenium-capybara

Trying out Cucumber Ruby setup and features together with Capybara

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ruby-cucumber-rspec-selenium-capybara

Cucumber example

  • bundle init
  • Generate Gemfile, add gem 'cucumber'
  • bundle install
  • cucumber --init
  • inside features folder, create a .feature file
    • If you run cucumbercommand at this momment you're going to get the steps definition scaffold

About

Trying out Cucumber Ruby setup and features together with Capybara


Languages

Language:Ruby 89.3%Language:Gherkin 10.7%