Skip to content

mishalhshah/webdriverio-react-native-example

 
 

Repository files navigation

webdriver.io - React Native Example

Installation

Go to end-to-end folder and execute npm i

Run locally

Android

Go to end-to-end folder and execute:

npm run test-android-local -- --app FULL_PATH_TO_APK

Where FULL_PATH_TO_APK is the full file system path the the apk named 'app.apk' in end-to-end folder. You can rebuild the app and reference to an other apk file if you need.

Run on Perfecto

Android

Make sure you uploaded app.apk to your private Perfecto storage, then go to end-to-end folder and execute:

npm run test-android-perfecto -- --app PRIVATE:app.apk --appPackage com.perfectoexample --user PERFECTO_USER --password PERFECTO_PASSWORD --deviceName PERFECTO_DEVICE_NANE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.1%
  • Objective-C 25.9%
  • Java 23.7%
  • Python 7.3%