Skip to content

isabella232/Ruby-Cucumber-Capybara

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby-Cucumber-Capybara

Travis Status

This code is provided on an "AS-IS” basis without warranty of any kind, either express or implied, including without limitation any implied warranties of condition, uninterrupted use, merchantability, fitness for a particular purpose, or non-infringement. Your tests and testing environments may require you to modify this framework. Issues regarding this framework should be submitted through GitHub. For questions regarding Sauce Labs integration, please see the Sauce Labs documentation at https://wiki.saucelabs.com/. This framework is not maintained by Sauce Labs Support.

Environment Setup

  1. Global Dependencies

    $ brew install ruby
    
    $ gem install rake
    
    • Install bundler (Sudo may be necessary)
    $ gem install bundler
    
  2. Sauce Credentials

    • In the terminal export your Sauce Labs Credentials as environmental variables:
    $ export SAUCE_USERNAME=<your Sauce Labs username>
    $ export SAUCE_ACCESS_KEY=<your Sauce Labs access key>
    
  3. Project Dependencies

    • Install packages (Use sudo if necessary)
    $ bundle install
    

Running Tests

  • Run tests in parallel on default configuration:
     $ bundle exec rake
    
  • Run in parallel on a specified configuration (see /spec/Rakefile for the available tasks)
     $ bundle exec rake windows_10_edge
    
  • Sauce Labs Demo execution:
     $ bundle exec rake sauce_demo
    

Watch Your Tests Run

Sauce Labs Dashboard

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 93.5%
  • Gherkin 6.5%