-
### What happened?
Attempt to tap the Return button on the iOS keyboard with:
```ts
await element(by.label('return')).tap();
```
fails with:
View is not hittable at its visible point. Er…
-
### Description
Already posted on SO [here](https://stackoverflow.com/questions/76931827/detox-jest-could-not-resolve-a-module-for-a-custom-reporter)
I just upgraded my Detox from ^18.6.2 to ^20.11…
-
### Summary
**Context**
I am at the start of setting up E2E testing for our app. We have a managed Expo app using `expo-dev-client`. We want to use [maestro](https://github.com/mobile-dev-inc/maes…
-
Our QA dev is having a difficult time writing e2e tests because we used this library. We use **Detox** which needs a **testID** for components. But this input doesn't have testID prop. What do you sug…
-
### **Description**
Detox is currently utilising waits in its testing processes, which could be further optimised for efficiency. The current wait implementations might lead to longer test executio…
-
```[tasklist]
### Tasks
- [ ] https://github.com/wix/Detox/issues/4338
- [ ] https://github.com/wix/Detox/issues/4339
- [ ] https://github.com/wix/Detox/issues/4340
- [ ] https://github.com/wix/Detox/…
-
What `react-native` version are you using?
0.69.2
What `react-native-pdf` version are you using?
6.6.2
What platform does your issue occur on? (android/ios/both)
ios
Describe your issue as preci…
-
### What happened?
while running
`detox build --configuration android.emu.debug`
The build failed while executing with two main errors
**Error One**
> ERROR:/Users/.../.gradle/caches/tr…
-
This epic extends the epic [System interactions on iOS](https://github.com/wix/Detox/issues/4432) to Android, and adds new functionalities for both platforms.
The initial support on iOS, which will n…
-
### What happened?
When running debug test script after a successful build, the app launches, then it gets stuck infinitely.
(Note: Android is working fine, its only for iOS)
After timeout, it t…