Skip to content

kn-neeraj/cucumber-ruby-appium-app-browserstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cucumber-ruby-app-browserstack

BrowserStack Logo

Code samples to get started with Appium tests for your Native App using the Cucumber framework.

Setup

Requirements

  1. Ruby: If you don't have Ruby installed, follow the instructions given here
  2. Bundler : If you dont have Bundler installed, follow the instructions given here

Install the dependencies

To install the dependencies for Android tests, run :

cd android/examples
bundle install

Or,

To install the dependencies for iOS tests, run :

cd ios/examples
bundle install

Getting Started

Getting Started with Appium tests in Cucumber Ruby on BrowserStack couldn't be easier!

Run first test :

Speed up test execution with parallel testing :

Use Local testing for apps that access resources hosted in development or testing environments :

Getting Help

If you are running into any issues or have any queries, please check Browserstack Support page or get in touch with us.

Note: For other test frameworks supported by App-Automate refer our Developer documentation

Addtional Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 94.2%
  • Gherkin 5.8%