Detox

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

MIT License

Downloads
1.1M
Stars
10.9K
Committers
260

Bot releases are hidden (Show)

Detox - 20.23.1 Latest Release

Published by asafkorem 3 months ago

What's Changed

Fixes: Compliance with Xcode 16 and iOS 18

Full Changelog: https://github.com/wix/Detox/compare/20.23.0...20.23.1

Detox - 20.23.0

Published by asafkorem 4 months ago

What's Changed

General

New Features

New Contributors

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

Detox - 20.22.2

Published by asafkorem 5 months ago

Fixes

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

Detox - 20.22.0

Published by asafkorem 5 months 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

Detox - 20.21.0

Published by asafkorem 5 months ago

What's Changed

Enhancements

Fixes

Docs

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

Detox - 20.20.3

Published by d4vidi 6 months 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

Detox - 20.20.2

Published by asafkorem 6 months 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

Detox - 20.20.1

Published by asafkorem 6 months ago

What's Changed

iOS Fix: WebView Support

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

Detox - 20.20.0

Published by gosha212 7 months ago

What's Changed

Android Improvements

Fixes

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

Detox - 20.19.5

Published by asafkorem 7 months ago

What's Changed

iOS - Improvements and Fixes

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

Detox - 20.19.4

Published by noomorph 7 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

Detox - 20.19.3

Published by asafkorem 7 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

Detox - 20.19.2

Published by asafkorem 7 months ago

What's Changed

iOS

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

Detox - 20.19.1

Published by asafkorem 7 months ago

What's Changed

WebView Testing Support on iOS

We've added support for web-view testing on iOS, achieving feature parity with Android (by @asafkorem in https://github.com/wix/Detox/pull/4394).

Check the updated WebView API docs for more details, and our Testing WebViews guide.

Full Changelog: https://github.com/wix/Detox/compare/20.18.5...20.19.1

Detox - 20.18.5

Published by gosha212 7 months ago

What's Changed

Full Changelog: https://github.com/wix/Detox/compare/20.18.4...20.18.5

[!IMPORTANT]

Release Note: Update for Detox Users on Java 11

Context: This note is pertinent for Detox users who are currently using Java 11 and are unable to upgrade to Java 17 at this time.

Important Dependency Update for Java 11 Users

For those continuing to use Java 11, it's important to update your Detox dependency in the app/build.gradle file to ensure compatibility.

Update Steps:

  • Replace the standard Detox dependency in your build.gradle file:
    com.wix:detox:+
    with the Java 11 compatible version:
    com.wix:detox-legacy:+
Detox - 20.18.4

Published by asafkorem 8 months ago

What's Changed

Fixes

Full Changelog: https://github.com/wix/Detox/compare/20.18.3...20.18.4

Detox - 20.18.3

Published by d4vidi 8 months ago

What's Changed

[!IMPORTANT]
Support for React Native 73 temporarily reverted, due to issue found in environments without Java17. Fixing this is a WIP (@d4vidi, #4380)

Full Changelog: https://github.com/wix/Detox/compare/20.18.2...20.18.3

Detox - 20.18.2

Published by d4vidi 8 months ago

What's Changed

Enhancements

Fixes

Full Changelog: https://github.com/wix/Detox/compare/20.18.1...20.18.2

Detox - 20.18.1

Published by gosha212 8 months ago

What's Changed

Full Changelog: https://github.com/wix/Detox/compare/20.18.0...20.18.1

Detox - 20.18.0

Published by gosha212 8 months ago

What's Changed

Full Changelog: https://github.com/wix/Detox/compare/20.17.1...20.18.0

Package Rankings
Top 0.61% on Npmjs.org
Top 3.86% on Proxy.golang.org
Top 21.46% on Repo1.maven.org
Badges
Extracted from project README
SWUbanner NPM Version NPM Downloads Build status Coverage Status Detox is released under the MIT license PR's welcome! Discord Twitter Follow
Related Projects