-
Detox tests are currently broken. Fix those and update/add tests to test current features.
-
### What happened?
While Trying to Launch the app with detox the app is crashing only happens with the Xcode 16 build
### What was the expected behaviour?
APP should be launched and perform the des…
-
If I build a production version of the detox test app, I can correctly access the launch arguments passed by the test runner. But if the test app is an Expo development client, the launch arguments al…
-
### What happened?
When I try to tap on `TouchableOpacity` (both `react-native` and `react-native-gesture-handler`) inside `OverKeybaordView`:
- if synchronisation is enabled then I'm getting this…
-
**OS:**
- [ ] Windows
- [ ] MacOS
- [ x] Linux
**Platform:**
- [ ] iOS
- [ x] Android
**SDK:**
- [ x] `@sentry/react-native` (>= 1.0.0)
- [ ] `react-native-sentry` ( {
const error = hint.…
-
### What happened?
Hello Guys! How have you been?
I'm having a problem when I'm trying to build the android emulator to run detox tests. When I run:
```
npx detox build --configuration android.e…
-
### What happened?
When running our iOS tests of a React Native app on Bitrise, sometimes tests time out, with the output showing it endlessly waits for the synchronization to resolve. Mostly it look…
-
### What happened?
I have a test which taps a button:
```ts
await contactDetailsScreen.submitButton.tap();
```
Its `onPress` handler dispatches redux actions which eventually send requests…
-
Hi, I have been working on a setup of e2e tests with Detox in my app that uses Expo Dev Client. I've found some docs and issues with the Expo-based apps but cannot figure it out with the Dev Client an…
-
### Description
I am facing issues in controlling detox behaviour in between running test cases.
For Ex:-
I have role-based login implemented, to test these from single test case file (login.te…