Skip to content

jmhobbs/webdriverio-appium-app-browserstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webdriverio-appium-app-browserstack

This repository demonstrates how to run Appium tests using WebdriverIO on BrowserStack App Automate.


Code samples to get started with Appium tests for your Native App using WebdriverIO.

Setup

Requirements

  • Node.js 8.11.2+
    • If you don't have Node installed, download it from here

Install the dependencies

For Android tests, run the following command in project's base directory :

cd android
npm i

Or,

For dependencies for iOS tests, run following command in project's base directory :

cd ios
npm i

Getting Started

Getting Started with Appium tests using WebdriverIO 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 :

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

Getting Help

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%