You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to build & run Detox tests for a React Native app with version 0.67.5. I saw that Detox doc says Detox works only with RN >= 0.68.x. There are plans to upgrade the RN version in app, but it might be a while.
On both iOS simulator & Android emulator, I am able to do detox build but detox test --configuration <config> --record-logs failing --loglevel trace --take-screenshots failing is always failing because the app_status is busy. I've attached detox & device logs for both platforms. Is there a way to run Detox on RN 0.67.5 apps(perhaps use older version of Detox, node, etc?) Would appreciate any help/direction here.
Workarounds tried: increase testRunner.setupTimeout=180000 in .detoxrc.js, setting detoxEnableSynchronization: 0 in device.launchApp()
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back.
Thank you for your contributions!
For more information on bots in this repository, read this discussion.
Description
I've been trying to build & run Detox tests for a React Native app with version 0.67.5. I saw that Detox doc says Detox works only with RN >= 0.68.x. There are plans to upgrade the RN version in app, but it might be a while.
On both iOS simulator & Android emulator, I am able to do
detox build
butdetox test --configuration <config> --record-logs failing --loglevel trace --take-screenshots failing
is always failing because the app_status is busy. I've attached detox & device logs for both platforms. Is there a way to run Detox on RN 0.67.5 apps(perhaps use older version of Detox, node, etc?) Would appreciate any help/direction here.Workarounds tried: increase
testRunner.setupTimeout
=180000 in.detoxrc.js
, settingdetoxEnableSynchronization: 0
indevice.launchApp()
ios.sim.debug.2023-04-12 17-04-56Z.zip
android.emu.debug.2023-04-13 17-49-43Z.zip
Your environment
Detox version: 20.6.0
React Native version: 0.67.5
Node version: v16.13.2
Device model: iPhone 11/Pixel 6
OS: iOS 13.7/API Level 33
Test-runner (select one): jest
The text was updated successfully, but these errors were encountered: