Skip to content

v0.0.38

Choose a tag to compare

@github-actions github-actions released this 17 May 19:44
· 35 commits to main since this release
v0.0.38
ffce24f

[0.0.38] (2026-05-17)

  • Fix(ios): call getForegroundApp() before launchApp() in mobilecli driver to ensure DeviceKit is running first, preventing a race where its startup minimizes the newly-launched app (#89)
  • Fix(android): using instruments to get view tree, solves bug when constant UI change would fail "uiautomator dump" (fix is in mobilecli 0.3.74)
  • General: skip redundant mobilecli devices shell-outs in connect() and installApp() when device type is already known, reducing test startup time by ~4s
  • General: break early if installApps points to non-zip containers, before allocating devices
  • General: added plenty of verbose logs when DEBUG=mw:*