I created a new project with create-react-native-app, added detox, detox-expo-helpers, and mocha, initialized the test directory using detox init -r mocha, updated the beforeEach hook to use reloadApp from detox-expo-helpers, and modified the app and default tests to one that should pass, but the test times out every time. The app successfully runs and opens in the simulator and I even tried adding expect(true).toBe(true) as the only assertion and that times out as well. Also tried with Jest and ran into the same issue.
Steps to Reproduce
I've made the repo available for reference and the only steps needed to replicate are to add /bin/Exponent.app, run yarn && yarn start, then run detox test from a different terminal.
Description
I created a new project with
create-react-native-app
, addeddetox
,detox-expo-helpers
, andmocha
, initialized the test directory usingdetox init -r mocha
, updated thebeforeEach
hook to usereloadApp
fromdetox-expo-helpers
, and modified the app and default tests to one that should pass, but the test times out every time. The app successfully runs and opens in the simulator and I even tried addingexpect(true).toBe(true)
as the only assertion and that times out as well. Also tried with Jest and ran into the same issue.Steps to Reproduce
I've made the repo available for reference and the only steps needed to replicate are to add
/bin/Exponent.app
, runyarn && yarn start
, then rundetox test
from a different terminal.Detox, Node, Device, Xcode and macOS Versions
Device and verbose Detox logs