Skip to content

v13.0.0

Choose a tag to compare

@github-actions github-actions released this 17 May 17:15
· 25 commits to master since this release

13.0.0 (2026-05-17)

⚠ BREAKING CHANGES

  • quitAndUninstall() removed — use quit() only. App uninstall is out of scope for this module.
  • uninstall() removed — WDA must not be uninstalled from this package; callers (e.g. xcuitest-driver) should own that if needed.
  • setupCaching() no longer uninstalls WDA — on bundle-id or version mismatch it logs and skips caching instead of removing apps from the device. Also, it now returns the cached url on success.
  • appium-ios-device dependency removed — preinstalled WDA on real devices always launches via devicectl (no iOS < 17 Xctest fallback).

Features