Skip to content

Releases: wix/Detox

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

This version adds user notification mocking capabilities:
Read more in: https://github.com/wix/detox/wiki/Mocking-User-Notifications-and-open-from-URL

detox@4.1.4: 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.

4.0.1

30 Nov 18:16
Compare
Choose a tag to compare
Merge pull request #48 from wix/improve_tooling

Merge 4.0.0 branch into master