d4vidi
d4vidi
Following the Android changes in Detox [20.14.0](https://github.com/wix/Detox/releases/tag/20.14.0) -- we've seen some instabilities related to getting launch arguments, as explained. This should introduce a fix similar to what's been done for...
### Describe your idea In some scenarios, it makes sense to assert the (visible?) amount of displayed views based on a criteria (matcher). For example, a list with a search...
### Describe your idea Integrate the new [`gmsaas doctor`](https://github.com/wix/Detox/pull/4379#issuecomment-2009878489) command introduced in v1.11.0. This replaces `gmsaas auth whoami`
### What happened? Getting the following error from Genymotion sporadically on our internal CI environment: ```json { "error": { "message": "ADB tunnel communication failure.", "details": "Failed to connect instance 99ae8967-ce6c-4c92-b6cb-e125eb570c76...
## Description Following various busy states (e.g. UI interactions), it appears the transition back to idle is quirky, with numerous intermediate transitions, going back-and-forth to busy and idle. This suggests...
### Describe your idea ```[tasklist] ### Tasks - [ ] [RN74] iOS compat: Test Project - [ ] [RN74] iOS compat: Demo Project - [ ] [RN74] Android compat: Test...
### What happened? Closely related to #7832. While fixing #7832 (i.e. in #7860) improves things, there is still a highly noticeable flicker happening whenever a screen is pushed/popped and the...
### Describe your idea Feature request by @Niryo While the top-bar's top container can have a test ID, there are no matchers for inherent sub-elements such as the title and...
### Describe your idea For the Google emulators case, which is the common case when using Detox (on Android), it is mandatory for the onboarding developer to run `adb devices`...