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
- Host: GitHub
- URL: https://github.com/daaain/example-acceptance-test-suite-capybara-selenium
- Owner: daaain
- Created: 2013-03-12T14:29:46.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-08-09T19:21:05.000Z (almost 11 years ago)
- Last Synced: 2024-10-06T03:20:19.093Z (over 1 year ago)
- Language: Ruby
- Size: 110 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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