Manual
Go to example folder
cd exampleInstall CocoaPods dependencies (iOS only)
pod install --project-directory=iosInstall npm dependencies
npm installConfigure project before build
PUBLISHABLE_KEY=<...> MERCHANT_ID=<...> npm run configureBuild project:
npm run build:ios- for iOSnpm run build:android- for Androidnpm run build- for both iOS and Android
Open Appium in other tab
npm run appiumRun tests:
npm run test:ios- for iOSnpm run test:android- for Androidnpm run test- for both iOS and Android