Jörn Zaefferer

Results 182 comments of Jörn Zaefferer

Sounds useful to keep this open until that new API is available.

After reading https://wix.github.io/Detox/docs/config/behavior/#behaviorlaunchapp-enum I tried with `behaviour.init.reinstallApp: false` and `behaviour.launchApp: 'manual'`, but both just broke my test.

I've now ran into a case where that unnecessary(?) terminate step took over 4 minutes(!), causing the parent launchApp() command to "not finish". The test timed out, despite a 5...

@noomorph since that branch is gone - are you still working on it?

Sounds good. Good luck! I'd love to help, but it would probably take way too long to get familiar with the relevant code 🙈

@krystofwoldrich would you have some other idea what could be causing the issue? We've also tried it with the newer @sentry/[email protected], but that made no difference.

I reviewed the timeout related code in this module, along with the `testswarm` task in jQuery Core. So far I haven't found anything indicating the root of this issue. I'll...