yarn detox 17.4.7

latest releases: 20.20.3, 20.20.2, 20.20.1...
3 years ago

Breaking changes

  1. If you see Cannot find module 'jest-cli/build/cli/args' error, you should add jest-cli to your package.json's devDependencies and re-run npm install, e.g.:
 "devDependencies": {
   "jest": "25.5.4",
+  "jest-cli": "25.5.4",
  1. If you see an error similar to 'jest' is not recognized as an internal or external command, please upgrade your detox-cli global package:
npm -g install detox-cli

See some extra details in the Migration Guide.

Features

CLI

  • New -R, --retries option (#2269, by @noomorph) — supported only for the new Jest Circus integration.
    If you are still using jest-jasmine or the legacy Jest Circus integration, follow the Jest setup guide to hop aboard.

Fixes

General

  • Debug sync will be activated on all WS calls, not only on invoke. (#2300, by @rotemmiz)

iOS

  • If there is no RN and reactNativeReload is sent, just send ready (#2317, by @LeoNatan)
  • If a button label is targeted by a matcher, bubble the hit test to it… (#2317, by @LeoNatan)

Don't miss a new detox release

NewReleases is sending notifications on new releases.