Skip to content

Releases: wix/Detox

Bug Fixes

11 Jul 14:25
Compare
Choose a tag to compare

Switched to simctl for launch and terminate, allowed process stdout and stderr logging

Bug Fixes

10 Jul 14:21
Compare
Choose a tag to compare

Bug Fixes

  • Fixed 172 - device.openURL() now uses in-process mocking mechanism for testing of deep links
  • Better print output of test synchronization status using --debug-synchronization

New Runtime permissions API

04 Jul 14:07
Compare
Choose a tag to compare

Features

Bug Fixes:

  • Fixed an issue that causes simulator spawned by Detox to crash when window focus is being shifted.

[email protected]

27 Jun 07:42
Compare
Choose a tag to compare

New API for controlling synchronization
Updated EarlGrey to 1.9.4
Added session per configuration option

Major Synchronization Improvement

07 Jun 20:05
Compare
Choose a tag to compare

This release is focused solely on sync improvements.

iOS

  • Added an Idling resource that syncs with React Native Animated (Native Driver)
  • Added Idling resources for every RN Native Module - any new/custom native module is now supported out of the box.

CLI

  • --debug-synchronization [value] - When an action/expectation takes a significant amount of time use this option to print device synchronization status. The status will be printed if the action takes more than [value]ms to complete.

Added Support for React Native 0.44

24 May 08:07
Compare
Choose a tag to compare
  • Matching by.label now work on RN44
  • Added by.accessibilityLabel , will deprecate by.label - since matcher name is confusing.

Native Debugging Ability

23 Mar 08:39
Compare
Choose a tag to compare
  • breaking: device configurations type simulator is now changed to ios.simulator
  • Added native app debugging support with a new configuration ios.none. This new configuration will not start a simulator, and not trigger any command that use fbsimctl. This enables the developer to start the app from Xcode and connect to it with detox.

Major release, most of the APIs were changed

23 Mar 08:43
Compare
Choose a tag to compare

Mocking user notifications

20 Feb 09:28
Compare
Choose a tag to compare

[email protected]: Publish

19 Jan 23:33
Compare
Choose a tag to compare

bugfixes and features:

  • Logs have improved significantly, you can now run with --verbose and see the internals of detox at work
  • The flaky simulator boot is now fixed (hopefully)! detox will retry booting a simulator for a few times before it fails.