-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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:
- CI configuration example for Github Actions wix/Detox#2617
- remarkablemark/react-native-cli-quickstart@9655818
Option 2: Manually start emulators and install apk, before yarn detox test
The Detox team suggested to instead manually run adb install and detox test --reuse:
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).
Metadata
Metadata
Assignees
Labels
No labels