- Added! Appium E2E testing Android & iOS
- First, install packages
yarn
- Run project
react-native run-ios
or
react-native run-android
- First, install pacakges
yarn
- Run
yarn run appium:ios
or
yarn run appium:android
ps. If you encounter the Could not get BatchedBridge
error, please run adb reverse tcp:8081 tcp:8081