/rspec_selenium_template

Basic for for visiting any web site with example for google

Primary LanguageRuby

basic_app

This is the framework template for a rspec-capybara project.
It can be used to test any publicly available web site. It includes Page Objects

  • Use bundler to install the gems:
    bundle

  • To run all the tests:

    bundle exec rspec spec