d4vidi
d4vidi
@noomorph Wow, that's well thought out! And it make perfect sense, up to the point when you realize you'd be redirecting all of the app's network calls through the host...
> web views might still run network traffic bypassing such a MiTM solution in the layer of RN/Hermes That's true indeed.
We don't check that far back for regressions so I can't give a hard yes on RN .65. I wouldn't be surprised to learn that it's not fully functional.
Guys I once again feel like stressing that to me it seems like this has good potential in leveling-up the project, that goes beyond introducing a set of sorting API's....
>I see this in node_modules/detox/src/devices/common/drivers/android/exec/ADB.js: >const INSTALL_TIMEOUT = 45000; // TODO Double check 45s makes sense >So it seems like there was some debate about whether this is right. >I...
Consider installing [`pidcat`](https://formulae.brew.sh/formula/pidcat) on the bitrise machine and then - instead of `adb logcat`, run `pidcat `. This should help cut through the irrelevant noise in the log. Alternatively, use...
Great write-up. Thanks @noomorph 😍
I am contemplating the idea of taking it a step further and enabling the taking into account of imported modules, for example - drivers, test ID's, test kits. That would...
> > _UIAlertControllerActionView > > This is working fine for me on iOS simulator, but it doesn't for android emulator. I couldn't find an alternative for Android. Any solutions please...
> Same, it's excruciatingly slow on Android. > > See > > ``` > The app is busy with the following tasks: > • "LooperIdlingResource-114-mqt_js" (JS Thread) is executing (JavaScript...