Detox icon indicating copy to clipboard operation
Detox copied to clipboard

Gray box end-to-end testing and automation framework for mobile apps

Results 292 Detox issues
Sort by recently updated
recently updated
newest added

## Description Integrate new location API in AppleSimUtils, and with that - eliminate the last usage of `fbsimctl`, and thus remove it as a dependency. - [x] In the process,...

📌 pinned
domain: internal
platform: ios
cat: maintenance
bugathon

### What happened? Upgraded my vm image to macos-11 and tried running detox tests with latest version but I am not able to run ios app. Get an error saying...

type: bug 🐞
platform: ios
status: triage

### Describe your idea When running Detox on the iOS simulator in debug mode with Flipper, the network tab does not display network calls made by our app. I'm assuming...

type: enhancement ⚡️
status: triage

Try to see whether can be reported by the tester (not only the native side) TC ref: http://tc.dev.wixpress.com/viewLog.html?buildId=129976631&tab=buildResultsDiv&buildTypeId=wix_one_groups_r_d774f_02 (artifact: http://tc.dev.wixpress.com/repository/download/wix_one_groups_r_d774f_02/129976631:id/places.ios.release.2021-12-14%2015-20-41Z/44FFE6DA-0F75-4EA7-B554-E90338C48FE4%202021-12-14%2015-22-30Z.startup.log) https://wix.slack.com/archives/C6C38SVS4/p1639501807308300

type: enhancement ⚡️
platform: ios
status: accepted
cat: usability
bugathon

### What happened? When the iOS bottom bar (the drawer) hides an element, it is not taken into account for the visibility percent calculation of the element. Also, taps on...

type: bug 🐞
platform: ios
status: accepted
bugathon

### What happened? When I was running detox tests, I was facing with timeout error. The app was build properly but the testing is not working fine as the apps...

type: bug 🐞
platform: android
status: triage

## Description Resolves #3500. ## Notes Adds a 3rd party dependency to read launch arguments (because seemingly we have it implemented only for Android): ```diff + "react-native-launch-arguments": "^3.1.0", ``` 🤷‍♂️...

### Describe your idea Add start position parameters (`startPositionX`, `startPositionY`) to [scrollTo(edge)](https://github.com/wix/Detox/blob/master/docs/APIRef.ActionsOnElement.md#scrolltoedge) action API, enabling to start scrolling from a desired position, same as we have in [scroll(offset, direction, startPositionX,...

type: enhancement ⚡️
user: looking for contributors
platform: ios
platform: android
status: triage

Replace deprecated fbsimctl with AppleSimulatorUtils for `setLocation` API. AppleSimUtils `setLocation` is now working as expected thanks to a workaround introduced in [version 0.9.6](https://github.com/wix/AppleSimulatorUtils/releases/tag/0.9.6) and another fix from [version 0.9.7](https://github.com/wix/AppleSimulatorUtils/releases/tag/0.9.7). `setLocation`...

### Description Hi everyone, The goal is to use Detox for E2E tests for our react native mobile app. I followed the guides for both iOS and Android setup to...

user: need help