We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the way to fix flakiness is to work on synchronization
EarlGrey synchronizes by waiting for the device to be idle: https://github.com/google/EarlGrey/blob/master/docs/api.md#synchronization
we should probably add to EarlGrey the same ability to synchronize, but on RN instead:
this is not an easy research task
The text was updated successfully, but these errors were encountered:
Research: https://github.com/wix/detox/blob/master/SYNC-RESEARCH.md First sync mechanism commit: ef0ad93 Fixed sync mechanism commit: b950133 Tests to confirm sync mechanism is working: 0da043d
@LeoNatan is working on improved version of the sync mechanism for iOS but the existing one works nicely
Sorry, something went wrong.
No branches or pull requests
the way to fix flakiness is to work on synchronization
EarlGrey synchronizes by waiting for the device to be idle:
https://github.com/google/EarlGrey/blob/master/docs/api.md#synchronization
we should probably add to EarlGrey the same ability to synchronize, but on RN instead:
this is not an easy research task
The text was updated successfully, but these errors were encountered: