Skip to content

saucelabs-training/demo-ruby

Repository files navigation

Ruby Demonstration Scripts

CircleCI

The demo scripts in this repository allow you to run simple automated tests in order to validate your Ruby testing environment and your saucelabs.com account credentials.

Disclaimer:

The code in these scripts 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. These scripts are provided for educational and demonstration purposes only, and should not be used in production. Issues regarding these scripts should be submitted through GitHub. These scripts are maintained by the Technical Services team at Sauce Labs.

Some examples in this repository, such as appium-examples and headless-examples, may require a different account tier beyond free trial. Please contact the Sauce Labs Sales Team for support and information.


General Prerequisites

In order to complete these exercises you must complete the following prerequisite installation and configuration steps:

Setup the Project

  1. Setup Gemfile:

    • Install bundler so that we can easily update and resolve dependencies:

      $ gem install bundler
      
  2. Execute the bundle Command:

    • Use the following to install the required gems:

      $ bundle install --path .bundle
      
  3. Run the Test Scripts

About

A repository containing examples using Ruby with Sauce Labs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages