Skip to content

Cucumber test framework with ruby, rake and capybara (selenium driver)

Notifications You must be signed in to change notification settings

jlin412/cuke-capybara

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

No packages published