Skip to content

Releases: wix/Detox

Jest Support, React Native 0.49 Compatibility

18 Oct 20:33
Compare
Choose a tag to compare

Features

#335 Basic support for Jest as test ruuner - @Kureev

iOS

  • Official React Native 0.49 support on iOS - debugged by @Kureev , blindly fixed with one hand behind his back @LeoNatan, tested, verified in a test suite @rotemmiz

Android

  • Added --debug-synchronization support for Android - @simonracz

Bug Fixes

  • #270 - Detox Incompatibility with Firebase SDK - @LeoNatan
  • #279 - std::__1::bad_function_call (crash when using RN >= 0.48) - @LeoNatan

Xcode 9 support

27 Sep 20:07
Compare
Choose a tag to compare

Features

iOS

  • #292 - Removed dependency on fbsimctl. Instead, Detox now uses xcrun simctl to control simulators and applesimutils for special features. This also enables Xcode 9 support - @DanielZlotin

Android

  • #295, #96 - Support for full Android Emulator control, boot/shutdown are synchronized with Detox @rotemmiz

Bug Fixes

  • Android - Set Timer lookahead threshold to 15ms. @simonracz

[email protected]

21 Sep 00:09
Compare
Choose a tag to compare

Features

  • Fixed #277 - Swift Support. Detox will now build the framework on the user's machine, to avoid Swift version mismatch. @LeoNatan @rotemmiz

Bug Fixes

  • Possible fix for #270 - Fix crash due to recursive class duplication. @LeoNatan

[email protected]

08 Aug 15:52
Compare
Choose a tag to compare

Features

  • Updated EarlGrey to v1.11

Bug Fixes

  • Fixed #165 - "Could not cast value of type 'DetoxAppDelegateProxy' (0x1043b7118) to 'AppDelegate'" @LeoNatan
  • Fixed #219 - convert setLocation params to string with comma as decimal separator @formatlos
  • Fixed #220 - Adjust non-swiping direction start percentage to be above 0 @yedidyak

[email protected]

19 Jul 14:58
Compare
Choose a tag to compare

Bug Fix

Test Artifacts, New APIs for controlling app in background/foreground

19 Jul 11:44
Compare
Choose a tag to compare

Features

Bug Fixes

  • Disabled verbose debugging log for idling resources ☣️ DETOX:: %@ -> busy"

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