Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
70 views

I want to automate tests of Bluetooth calls from Android device (in a react native app). I was thinking about using Detox for that. Note that I do not want to test any UI, just the Bluetooth calls to ...
Żabojad's user avatar
  • 3,094
0 votes
0 answers
34 views

I've added detox to a testing/QA project, via the instructions in this page https://wix.github.io/Detox/docs/introduction/project-setup Essentially I did this in my qa project npm install detox npm ...
andrewb's user avatar
  • 3,105
0 votes
0 answers
36 views

I'm trying to run an end-to-end test using Detox on a simple React Native app that doesn't have any network calls yet. However, the app crashes at launch during the Detox test with the following error:...
Sarang Upadhye's user avatar
0 votes
1 answer
383 views

I've been trying to resolve the following problem for quite some time now: I started implementing the tests with Detox when our app was on RN 0.77, and everything was working fine. However, after ...
Manorka's user avatar
1 vote
0 answers
62 views

What happened? I am encountering an issue with getAttributes() where the enabled property of an element is being returned incorrectly. I have confirmed that this occurs on both Android and iOS. Using ...
erdemkiiliic's user avatar
0 votes
1 answer
111 views

I'm working on adding OS dialog handling to iOS e2e tests with Detox. There is however an issue where an OS permission dialog sometimes stays open after a test fails, which in turn causes any ...
Topi Salonen's user avatar
0 votes
1 answer
172 views

Why are iOS Detox build times and iOS Detox test run times after updating Xcode 16 slower? Here’s my setup on CircleCI with the same test cases: Xcode: 15.3.0 Detox: 20.23.0 iOS Version: 17.4 (iPhone ...
Roni Castro's user avatar
  • 2,174
1 vote
0 answers
37 views

it('should navigate user to a location screen when user clicks the Location button on navigation bar (C23938)', async () => { await waitFor(LoginScreen.logInButton).toBeVisible()....
Davit Ebralidze's user avatar
0 votes
1 answer
82 views

I am using Toast from 'react-native-toast-message' in a react native application using Expo with type 'error' or 'success' Toast.show({ type: 'error', text1: 'An error occurred') }); How can I ...
Guian's user avatar
  • 4,836
1 vote
1 answer
53 views

I am working on a test suite for a react native app that requires bluetooth permissions to work. I know this is common for apps like ours but, for some reason, there is not a bluetooth option for ...
Kristi Farrell's user avatar
0 votes
1 answer
108 views

I'm running Detox tests for a React Native screen, and I'm encountering an issue where Detox can't seem to access the ActivityIndicator component by its testID. The ActivityIndicator is displayed ...
sonali bankar's user avatar
0 votes
1 answer
94 views

Working with react native application, facing Detox Runtime Error while running test on android emulator. I have configured android on my machine (macbook) and able to run the application on emulator. ...
Sagar H's user avatar
  • 5,591
1 vote
1 answer
199 views

I can't find a way anywhere that explains how to properly mock auth0 requests in React Native. Several questions made on detox GitHub says that its not their responsibility to explain how to mock ...
Lavínia Beghini's user avatar
0 votes
2 answers
776 views

I'm testing an app using detox that renders a web view but it can't click a button that appears after clicking a link. My flow is like so: Click on a link on the web view const myWebView = web(by.id(&...
Gian's user avatar
  • 19
1 vote
0 answers
549 views

This line works when run against Android, but fails against iOS with the error below. How can I identify the problem? Using Debug View Hierarchy in XCode it looks like there are several layers on top ...
rjdevereux's user avatar
  • 1,882

15 30 50 per page
1
2 3 4 5
41