-
My first play-through with Kerbalism, on version 3.19.
I unlocked the PPD-10 Hitchhiker pod in the tech tree with the Space Exploration node. I then unlocked the Tranquilizing Vortex ("TV") sickba…
-
I added a testID for the SmoothPinCodeInput component. I tried to added pin code on automation test using below script.
await element(by.id('SmsVerificationInput')).typeText('******');
But it throw …
-
### What happened?
Hello,
I have a React Native app that I test on iOS, on both the old and new RN architecture, and when starting the app with the new architecture enabled Detox freezes while tryin…
-
### What happened?
When call typeText method, the app do not apply on input the provided text, however on iOS it works fine.
### What was the expected behaviour?
text been prompt on input.
### Was…
-
## Description
It can sometimes be a bit difficult to be able to trace the cause of a test failure based on the existing artifacts. At often times, on top of things such as the error message and scre…
-
### What happened?
Emulator: Pixel_6_API_33
RN Version: ^0.72.3
Detox Version: ^20.7.0
12:36:47.716 detox[12900] i ws-client:PENDING_REQUESTS The app has not responded to the network req…
-
-
### What happened?
Create a web view with some heavy loading
Try to access an element that is not loaded yet
The test will fail
### What was the expected behaviour?
_No response_
### Was it test…
-
### What is this about?
This task tracks researching and experimenting with a PoC of using Expo EAS build. The purpose of this is to provide an alternative for contributors to download and test app…
-
Alternative to #107
Detox causes timeouts and `failed with code null` test failures a lot, because of the test timeouts:
- https://github.com/wix/Detox/issues/3474#issuecomment-1315964834
One…