Watch tutorial - https://youtu.be/9jhxE3u16F4
Make sure you have test env setup
- Build the App
iOS
yarn iosAndroid
yarn android:test- Change the Android emulator name in
.detoxrc.jsonto the ones you have
To list all the AVD
emulator -list-avds- Run tests
// android
yarn test:android
// iOS
yarn test:ios