Skip to content
This repository was archived by the owner on Feb 10, 2020. It is now read-only.

sauce-archives/Ruby-Cucumber-Selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby-Cucumber-Selenium

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

    $ git clone ruby-cucumber-selenium https://github.com/saucelabs-sample-test-frameworks/Ruby-Cucumber-Selenium.git
    
    • Install bundler
    $ 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
    $ 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published