Skip to content

A react native starter repo - ready to use for both iOS and Android (RN 55 - 56) - 57 not supported

Notifications You must be signed in to change notification settings

evanjmg/appium-cucumber-demo

Repository files navigation

Appium Cucumber Starter

This supports Native iOS/Android and React Native!

  • Prerequisites: Make sure you have iOS or Android development environments setup. Meaning you can create .apk for Android or .app for iOS.
  • For iOS e2e setup:
  • brew install carthage
  • Get Running:
      // install dependencies
      npm install
      // create a new tab to run appium
      npm i appium -g
      appium
      // create a local debug build of the apps
      npm run ios
      npm run android
      // run the end to end tests
      npm run test:e2e
    

Feel free to create an issue if you have any problems.

CLI for this coming soon - follow @VelocityMobile github

About

A react native starter repo - ready to use for both iOS and Android (RN 55 - 56) - 57 not supported

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published