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
suggesting to launch the emulators in advance, build your apps (e.g. using detox build) and run adb install manually before running detox test (which, in turn, should be run with the --reuse argument).
The text was updated successfully, but these errors were encountered:
Alternative to #106
Detox causes timeouts and
failed with code null
test failures a lot, because of the test timeouts:Option 1: Attempt approaches from other working configs
Review and attempt implementation of approaches from other working configs:
Option 2: Manually start emulators and install apk, before
yarn detox test
The Detox team suggested to instead manually run
adb install
anddetox test --reuse
:The text was updated successfully, but these errors were encountered: