Skip to content

Releases: wix/Detox

8.1.0

26 Jul 11:32
Compare
Choose a tag to compare

Highlights: (for full details view the full change log)

New Feature

Improvements

  • Printing environment variables before jest test command #852 (@noomorph)

8.0.0

27 Jun 20:16
Compare
Choose a tag to compare

Highlights: (for full details view the full change log)

New Feature - breaking changes

  • Screenshots, logs and video recordings of tests #734 (@noomorph)

Documentation:
https://github.com/wix/detox/blob/master/docs/APIRef.Artifacts.md

Migration Guide:
https://github.com/wix/detox/blob/master/docs/Guide.Migration.md#migrating-from-detox-7xx-to-8xx

7.3.3

04 Apr 14:57
Compare
Choose a tag to compare

Highlights: (for full details view the full change log)

Bug fixes

7.3.0

04 Apr 14:55
Compare
Choose a tag to compare

Highlights: (for full details view the full change log

Features

  • Support UserActivity #622 @LeoNatan
  • CLI: detox test automatically filter platform tests by inferring from config @rotemmiz

7.1.0

12 Feb 12:57
Compare
Choose a tag to compare

Highlights: (for full details view the full change log)

Features

Bug fixes

  • Solving device API sync issues, detox will now wait for app to be idle before executing native functionality (reloadReactNative, openURL).

7.0.0

28 Jan 10:37
Compare
Choose a tag to compare

Highlights: (for full details view the full change log)

BREAKING CHANGES:

Support Android gradle plugin 3.0.0 (with gradle 4.0) this breaks earlier gradle versions #503 @rotemmiz

Features

6.0.0

27 Nov 21:07
Compare
Choose a tag to compare

Highlights: (for full details view the full change log)

BREAKING CHANGES:

  • Stopped transpiling detox and detox-server, main runs from sources now, and require node >=7.6.0 #404 @mrtnrst
  • Detox CLI: Jest integration fixes #423 @Niryo , @rotemmiz
    command line:
    runner option has been removed, will only be available from json config in package.json
    json config:
    key name change: test-runner instead of runner
    test-runner should be passed with relative path from root, it will not join path with specs anymore.

Features

  • Support for filtering platform specific tests in detox-cli #435 @rotemmiz

iOS

Android

Bug fixes

full change log

[email protected]

14 Nov 10:13
Compare
Choose a tag to compare

Features

#98 allow absolute path in detox binaryPath configuration

iOS

support for RN <0.49 - @LeoNatan

Bug Fixes

#391 Crash in prettyPrintAppStateTracker in Detox 5.9.3 - @LeoNatan
#388 Detox.framework could not be found” when attempting “ios.none” type configuration - @rotemmiz
#380 running detox build-framework-cache produces different output directory than expected - @rotemmiz
#368 Mocha 4.0.x: Test process never finishes. Cleaning up Detox client by closing ws socket. - @rotemmiz

[email protected]

14 Nov 10:16
Compare
Choose a tag to compare

Bug Fixes

#373 Move Detox.framework compilation to postinstall - @rotemmiz
#356 Move Detox.framework compilation to postinstall rather than driver prepare to attempt to fix #356 (Timeouts while running detox.init()).

[email protected]

19 Oct 12:53
Compare
Choose a tag to compare
  • Switched to EarlGrey 1.12.1 (fixes a network sync issue)
  • detox-test cli: replaced spread operator with object.assign to support early versions of Node