Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doamaral/ruby-cucumber-rspec-selenium-capybara

Trying out Cucumber Ruby setup and features together with Capybara
https://github.com/doamaral/ruby-cucumber-rspec-selenium-capybara

capybara cucumber rspec ruby selenium

Last synced: 6 days ago
JSON representation

Trying out Cucumber Ruby setup and features together with Capybara

Awesome Lists containing this project

README

        

# 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 `cucumber`command at this momment you're going to get the steps definition scaffold