Skip to content

rko619619/swag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swag

Swag is a ruby project.The demo scripts in this repository allow you to run simple automated tests in order to validate your Ruby testing environment for Saucelabs.

General Prerequisites

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

Setup the Project

Setup the Project

  1. Clone this Repo

    • Run the following command

      $ git clone swag https://github.com/rko619619/swag.git
      
  2. Setup Gemfile:

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

      $ gem install bundler
      
  3. Execute the bundle Command:

    Running Tests

  • Run all specs in project:
    $ rspec spec
    
  • Run tests in parallel on default configuration:
    $ rake parallel
    
  • If you want run one test(for example)
    $ rspec spec/features/sign_in_spec.rb:
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages