Skip to content

18.11.1

Compare
Choose a tag to compare
@noomorph noomorph released this 10 Apr 09:50
· 1485 commits to master since this release

Fixes

  • Stabilised detox.cleanup() phase (#2721, @noomorph) in cases when the app gets extremely unresponsive. Below are internal details:
    • Added 5s time limit for Detox cleanup phase to avoid uncanny and generic timeout errors from the test runner itself.
    • Ensured that the web socket client never throws a direct error (instead, just logs errors if any) — otherwise the general Detox cleanup won't pass completely.