An open API service indexing awesome lists of open source software.

https://github.com/daaain/example-acceptance-test-suite-capybara-selenium


https://github.com/daaain/example-acceptance-test-suite-capybara-selenium

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

A simple Javascript / Cucumber / Capybara / Selenium example
============================================================

This is a very basic setup to for being able to run Cucumber features in a browser, driven by Selenium and using Capybara, writing step definitions in Ruby.

To run the RSpec version (see folder `spec`) type:

$ bundle exec rake rspec

To run the Cucumber version (see folder `tests`) type:

$ bundle exec rake cucumber