Created
August 6, 2019 09:41
-
-
Save SihemBouhenniche/53377cda5dbc1dc501e33387ccc010a1 to your computer and use it in GitHub Desktop.
Behavior driven design (BDD) example on web applications with cucumber and ruby
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
gem 'capybara' | |
gem 'cucumber' | |
gem 'selenium-webdriver' | |
gem 'site_prism' | |
gem 'rspec' | |
gem 'webdrivers' | |
gem 'ffi' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment