Sample test project using Ruby, Cucumber, Capybara, RSpec.
- Linux (was not tested on Windows or Mac but it should work)
- Ruby 2.3.1
- Selenium Webdriver 2.47.1
- chrome driver installed
- Firefox driver version 42
gem install bundler
bundle install
bundle exec cucumber -r features features/all_tests.feature -f html -o all_tests.html