Feature parity between Android and iOS is an important goal for Detox, and today we have a few long-awaited feature requests for Android implemented in this release by @emilisb and @jonathanmos. 🎉
Features
- Android:
device.setLocation(...)
support (#2783, by @emilisb) - Android:
expect(...).toBeFocused()
support (#2822, by @jonathanmos)
Fixes
- Android:
device.disableSynchronization()
disables all synchronizations, i.e. not only the network (#2836, @jonathanmos) - Genymotion Cloud (beta): fix device allocation and locking strategy (#2845, @noomorph)