yarn add jest jest-circus detox --dev
npx detox init -r jest
"android": {
"type": "android.emulator",
"binaryPath": "/Users/easonwang/MySampleApp/android/app/build/outputs/apk/debug/app-debug.apk",
"device": {
"avdName": "Pixel_XL_API_30"
}
}
npx detox test -c android