Skip to content

browserstack/ruby-selenium-browserstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruby-selenium-browserstack

Prerequisite

a. Ruby setup on your machine

ruby -v

b. bundler gem

gem install bundler

Steps for running test session

  1. Clone the repo, navigate to the cloned folder then install the dependencies:
bundle install
  1. Configure the capabilties for the test and use your credentials
    (Context: For running test session).
    i. Navigate to ./scripts/parallel.rb
    ii. Change the capabilities and swap the credentials.

You can export Browserstack Username and Access key or hard code them in script.

export BROWSERSTACK_USERNAME="YOUR_USER_NAME";
export BROWSERSTACK_ACCESS_KEY="YOUR_ACCESS_KEY";
  1. Run test session For running tests
bundle exec ruby ./scripts/parallel.rb

For running local test (in ./scripts/local.rb)

bundle exec ruby ./scripts/local.rb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages