Skip to content

Releases: wix/Detox

20.50.1

23 Mar 22:47
a97e9b4

Choose a tag to compare

What's Changed

Full Changelog: 20.50.0...20.50.1

20.50.0

23 Mar 13:48
ffd6f3d

Choose a tag to compare

What's Changed

Full Changelog: 20.48.1...20.50.0

20.48.1

21 Mar 15:37
84dc1de

Choose a tag to compare

What's Changed

  • fix(ios): ignore --arch flag on simulators running iOS < 26 by @noomorph in #4917

Full Changelog: 20.48.0...20.48.1

20.48.0

21 Mar 09:38
b51d2b8

Choose a tag to compare

What's Changed

  • feat(ios): support simulator launch architecture (iOS 26+) by @noomorph in #4916
  • fix(ios): items in scrollview should be 75% visible before detecting by @markdevocht in #4915

Full Changelog: 20.47.0...20.48.0

20.47.0

26 Jan 11:30
2d17371

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 20.46.3...20.47.0

20.46.3

27 Dec 20:53

Choose a tag to compare

What's Changed

Fixes

Internal

  • build: move to yarn 4 by @noomorph in #4881
  • build: Limit Genymotion cloud compatibility testing by @d4vidi in #4889
  • Fixes missing binaries in 20.46.1 due to change in publishing process (.npmignorefiles: [...]).

Full Changelog: 20.46.0...20.46.3

20.46.0

16 Nov 14:31

Choose a tag to compare

What's Changed

Android

Configurable system UI (status bar, keyboard, navigation bar) on device allocation, for Android (@d4vidi, #4863)
Read about the new systemUI configuration option here: https://wix.github.io/Detox/docs/config/devices

Examples:

Explicit configuration

"detox": {
  "devices": {
      "android.emulator": {
        "type": "android.emulator",
        "device": {
          "avdName": "Pixel_API_35"
        },

        "systemUI": {
          "pointerLocationBar": "hide",
          "touches": "show",
          "navigationMode": "3-button",
          "statusBar": {
            "notifications": "hide",
            "clock": "1200",
            "wifiSignal": "none",
            "mobileSignal": "none",
            "battery": "full",
            "charging": false
          }
        }
      }

  }
}
image

Extending a configuration preset - align google emulators to Genymotion's

(See preset options here)

  "systemUI": {
    "extends": "genymotion",
    "pointerLocationBar": "show",
    "touches": "show",
    "navigationMode": "3-button",
    "statusBar": {
      "clock": "1948",
    }
  }
image

Full Changelog: 20.45.1...20.46.0

20.45.1

01 Nov 18:25

Choose a tag to compare

What's Changed

  • bugfix(Android): Fixed animations idling issue on android by @gosha212 in #4866

Full Changelog: 20.45.0...20.45.1

v20.45.0

28 Oct 10:21

Choose a tag to compare

What's Changed

iOS

Android

Full Changelog: 20.44.0...20.45.0

20.44.0

19 Oct 17:29

Choose a tag to compare

What's Changed

This version brings support for the latest React Native Versions 0.81 and 0.82 🥳 🎆 🍾

Fixes

  • (Android): Debug synchronization (resource idling inquiry) issue by @gosha212 in #4854

Full Changelog: 20.43.0...20.44.0