Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/doamaral/ruby-cucumber-rspec-selenium-capybara
- Owner: doamaral
- Created: 2020-03-14T11:44:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T05:29:41.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T10:36:30.716Z (2 months ago)
- Topics: capybara, cucumber, rspec, ruby, selenium
- Language: Ruby
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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