Skip to content

Releases: wix/Detox

20.32.0

06 Jan 20:05
Compare
Choose a tag to compare

What's Changed

iOS

React Native New Architecture Support: Added support for React Native's new architecture on iOS. By @asafkorem with significant contribution from @Sky in #4661.
Android support for the new architecture is in progress and coming soon.

Android

Improved Genymotion Integration: Replaced gmsaas auth whoami with gmsaas doctor (which performs authentication checks and verifies the adb binary location and execution permissions). By @d4vidi in #4676.

Full Changelog: 20.31.0...20.32.0

20.31.0

29 Dec 07:53
Compare
Choose a tag to compare

What's New

  • Support React Native 0.74, 0.75, 0.76 without the new architecture. New architecture is in progress.

What's Changed

Android and iOS

Other

  • Documentation significantly improvements

New Contributors

Full Changelog: 20.28.0...20.31.0

20.28.0

14 Nov 18:52
Compare
Choose a tag to compare

What's Changed

New Feature

Improvements

  • Improved Detox Copilot with enhanced user assertions, location handling, and date-picker interaction, plus expanded internal test coverage by @LironMShemen in #4623 🙌🏼 ✨

New Contributors

Full Changelog: 20.27.6...20.28.0

20.27.6

28 Oct 09:43
Compare
Choose a tag to compare

What's Changed

iOS Fix

  • generateViewHierarchyXML: Clamp Double values before converting to Integer to avoid Double value cannot be converted to Int because the result would be less than Int.min error. by @asafkorem in #4621

Full Changelog: 20.27.5...20.27.6

20.27.4

19 Oct 19:42
Compare
Choose a tag to compare

What's Changed

Fixes:

  • generateViewHierarchyXML: Renamed the testID XML attribute to id for consistency with the by.id matcher. #4614 by @asafkorem
  • generateViewHierarchyXML: Fixed an issue that caused a duplicated declaration error during view hierarchy XML generation. #4615 by @asafkorem

Full Changelog: 20.27.3...20.27.4

20.27.2

23 Sep 17:56
Compare
Choose a tag to compare

🚀 Detox Copilot (Beta)

We're thrilled to unveil Detox Copilot—bringing AI-powered magic to your Detox framework! 🎉 Now, you can run tests with human-readable commands powered by LLMs, making your testing more intuitive than ever!

Detox Copilot demo

🔥 Key Highlights:

  • 🛠️ Simple Setup: Easily initialize Detox Copilot with a custom Prompt Handler for seamless integration into your test suite.
  • 🤖 Human-readable Intents: Run actions and assertions straight from natural language commands.
  • 💡 Enhanced Abilities: Leverage multimodal-LLM capabilities for visual analysis and more!

💻 Check out the Detox-Copilot repo here, and dive into our test-app demo here.

⚠️ This is a beta release, and we’re collecting feedback from early adopters. Stay tuned for official guides and API updates soon!

Full Changelog: 20.26.2...20.27.2

20.26.2

05 Sep 21:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 20.25.6...20.26.2

20.25.6

25 Aug 18:07
Compare
Choose a tag to compare

What's Changed

Build

  • Detox package streamlined, reducing size by 68MB (80MB12MB). By @asafkorem in #4562.

Full Changelog: 20.25.5...20.25.6

20.25.5

15 Aug 14:42
Compare
Choose a tag to compare

What's Changed

iOS Fix

  • Prevent device lock during system interactions: Ensures the app stays active and avoids device locks. by @asafkorem in #4552

Full Changelog: 20.25.3...20.25.5

20.25.3

13 Aug 13:52
Compare
Choose a tag to compare

What's Changed

  • fix(local-cli): respect detox build ... --if-missing for multi-app builds by @noomorph in #4549