Detox Versions Save

Gray box end-to-end testing and automation framework for mobile apps

20.22.2

2 weeks ago

Fixes

Full Changelog: https://github.com/wix/Detox/compare/20.22.1...20.22.2

20.22.0

2 weeks ago

What's Changed

System API (iOS Only)

This version adds support for system-dialogs interaction.

At the moment, System APIs are limited to iOS system dialogs (e.g. permissions, alerts, etc.). We plan to expand the System APIs to include Android support and more system-level interactions, such as OS browser (Safari / Chrome), interactions with push notifications, photo library, etc.

[!IMPORTANT] System APIs are currently in an experimental phase. This means that the API is not yet final and may change over minor releases.

By @asafkorem in https://github.com/wix/Detox/pull/4457.

Full Changelog: https://github.com/wix/Detox/compare/20.21.0...20.22.0

20.21.0

2 weeks ago

What's Changed

Enhancements

Fixes

Docs

Full Changelog: https://github.com/wix/Detox/compare/20.20.3...20.21.0

20.20.3

1 month ago

What's Changed

  • Limit ReactNativeMarkers logging to RN ≥71 (@Rolando-Barbella, #4447)

New Contributors

  • @Rolando-Barbella made their first contribution!

Full Changelog: https://github.com/wix/Detox/compare/20.20.2...20.20.3

20.20.2

1 month ago

What's Changed

iOS Fix: WebView Support

  • Typing issue with React web pages fixed. Corrected a problem where typing events were not properly handled in MUI TextField component. By @asafkorem. See PR #4444 and Issue #4437.

Full Changelog: https://github.com/wix/Detox/compare/20.20.1...20.20.2

20.20.1

1 month ago

What's Changed

iOS Fix: WebView Support

Full Changelog: https://github.com/wix/Detox/compare/20.20.0...20.20.1

20.20.0

2 months ago

What's Changed

Android Improvements

Fixes

Full Changelog: https://github.com/wix/Detox/compare/20.19.5...20.20.0

20.19.5

2 months ago

What's Changed

iOS - Improvements and Fixes

Full Changelog: https://github.com/wix/Detox/compare/20.19.4...20.19.5

20.19.4

2 months ago

What's Changed

Detox 20.x still supports older versions of Node (down to 14.x), and if you've been getting errors like:

error [email protected]: The engine "node" is incompatible with this module. Expected version ">=18". Got "16.20.2"

...this hotfix should resolve your issue. (i.e., The prior version bump to minimum 18.x+ was unintended.)

Nevertheless, make sure to upgrade your Node.js in time. 😉

Full Changelog: https://github.com/wix/Detox/compare/20.19.3...20.19.4

20.19.3

2 months ago

What's Changed

[!NOTE]
This version introduces several fixes for WebView testing on iOS, following initial feedback on the latest minor release (20.19), where we introduced web APIs on iOS for feature parity with Android. Check our WebView APIs for more information.

iOS Fixes: WebView support

  • Inner Frames Interaction: add support for web-view interaction capabilities within inner frames.
  • CORS Restrictions Bypass: Implemented a bypass for Cross-Origin Resource Sharing (CORS) restrictions during Detox tests, addressing issues related to inner frames.
  • Cursor Position on Typing: resolved an issue to keep the cursor at the end of the text field while typing.

by @asafkorem in https://github.com/wix/Detox/pull/4411

Full Changelog: https://github.com/wix/Detox/compare/20.19.2...20.19.3