/rspec-capybara-101

A small example for acceptance tests on http://www.hi5.com using capybara, rspec and selenium-webdriver from scratch

Primary LanguageRubyMIT LicenseMIT

Rpec and Capybara 101

Build Status Code Climate

Content

A small example from scratch with acceptance tests on http://www.hi5.com using:

This project was created in order to show some examples about the use of previous technologies without rails project. The main purpose is to help Ruby QA automations to create, design a mantain a simple project to test a website.

In order to execute this project you need to install:

  1. Clone the repo

    $ git clone https://github.com/yovasx2/rspec-capybara-101
    
  2. Move into it and install dependencies

    $ cd RspecCapybara101 && bundle install
    
  3. Execute tests

    $ rspec
    

You can contribute to this project in many forms:

  1. Giovanni Alberto García

MIT License