-
Notifications
You must be signed in to change notification settings - Fork 0
jlin412/cuke-capybara
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
In order to install the Intent Pizza application: 1. Make sure that you have Ruby installed 2. Run 'gem install bundler' 3. From the root of the application directory run 'bundle install' 4. Run 'rake db:migrate' to set up the database 5. Run 'rails s' to start the server (you'll be able to view the app at http://localhost:3000) 6. Run 'bundle exec cucumber' to run your cucumber tests (after writing them) The goal is to use Cucumber to test the functional flow through the application. In particular, we want to test the options around creating a user, logging in, and ordering some pizzas with various toppings. The app itself should be fairly self explanatory. Feel free to email us ([email protected]) with any questions about it. Cucumber documentation: https://github.com/cucumber/cucumber/wiki
About
Cucumber test framework with ruby, rake and capybara (selenium driver)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published