-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detox 6.0.0 does not work with react native 0.50.1 #440
Comments
Please add logs as requested in the issue template. Also, please follow "Identifying which synchronization mechanism causes us to wait too much" in https://github.com/wix/detox/blob/master/docs/Troubleshooting.Synchronization.md |
@emilcardell Any news on the logs? |
An update. |
Going to post as I go along. I've set the sync time to 60000 don't not if that to short.
|
for android follow this thread #96 there are some part undocumented yet |
Just to add some more logs. I rand the example agains the release build. : stderr: |
Starting the packager before running the debug version seams to fix the problem. |
@sibelius Specific Android problems can have their own issues. Thanks for the logs. |
Also experiencing this. I think it would be great to update all examples to follow latest React Native for compatibility. Update: I actually had to run |
Just to make some sense in this thread here, was the iOS issue solved ? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Description
Running the Detox example jest project.
It builds successfully. Both android and ios.
The tests stops after
: Searching for device matching iPhone 7 Plus...
: Booting device 8EDD9483-869F-45F8-969C-8808905E4353
And then it does nothing until the tests times out.
Steps to Reproduce
Clone Detox project.
Go to the example jest project.
Change package json to use react native 0.50.1
Install packages with yarn.
Run yarn test-ios or android.
The text was updated successfully, but these errors were encountered: