Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

Run Detox tests on ios physical device?

$
0
0

I am currently working on a react native project using Detox for e2e tests.I can run tests on my android device changing detox configuration

"android-device": {      binaryPath: "android/app/build/outputs/apk/release/app-release.apk",      build: "cd android && ./gradlew app:assembleRelease assembleAndroidTest -DtestBuildType=release && cd ..",      type: "android.attached",      device: {        avdName: "RF8M80C2LHR",      },    },

I want to do the same thing with my iPhone device but doesn't work the same way that works with android.Any recommendation on how to achieve this?


Viewing all articles
Browse latest Browse all 16750

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>