Detox

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

MIT License

Downloads
1.1M
Stars
10.9K
Committers
260
Detox - New Runtime permissions API

Published by silyevsk over 7 years ago

Features

Bug Fixes:

  • Fixed an issue that causes simulator spawned by Detox to crash when window focus is being shifted.
Detox -

Published by silyevsk over 7 years ago

New API for controlling synchronization
Updated EarlGrey to 1.9.4
Added session per configuration option

Detox - Major Synchronization Improvement

Published by rotemmiz over 7 years ago

This release is focused solely on sync improvements.

iOS

  • Added an Idling resource that syncs with React Native Animated (Native Driver)
  • Added Idling resources for every RN Native Module - any new/custom native module is now supported out of the box.

CLI

  • --debug-synchronization [value] - When an action/expectation takes a significant amount of time use this option to print device synchronization status. The status will be printed if the action takes more than [value]ms to complete.
Detox - Added Support for React Native 0.44

Published by rotemmiz over 7 years ago

  • Matching by.label now work on RN44
  • Added by.accessibilityLabel , will deprecate by.label - since matcher name is confusing.
Detox - Major release, most of the APIs were changed

Published by rotemmiz over 7 years ago

please refer to the Migration Guild for details

Detox - Native Debugging Ability

Published by rotemmiz over 7 years ago

  • breaking: device configurations type simulator is now changed to ios.simulator
  • Added native app debugging support with a new configuration ios.none. This new configuration will not start a simulator, and not trigger any command that use fbsimctl. This enables the developer to start the app from Xcode and connect to it with detox.
Detox - Mocking user notifications

Published by rotemmiz over 7 years ago

This version adds user notification mocking capabilities:
Read more in: https://github.com/wix/detox/wiki/Mocking-User-Notifications-and-open-from-URL

Detox -

Published by rotemmiz almost 8 years ago

bugfixes and features:

  • Logs have improved significantly, you can now run with --verbose and see the internals of detox at work
  • The flaky simulator boot is now fixed (hopefully)! detox will retry booting a simulator for a few times before it fails.
Detox - 4.0.1

Published by LeoNatan almost 8 years ago