Skip to content

Latest commit

 

History

History
2053 lines (1367 loc) · 119 KB

CHANGELOG.md

File metadata and controls

2053 lines (1367 loc) · 119 KB

Change Log

12.11.0 (2019-06-07)

Full Changelog

Enhancements

Merged Pull Requests

  • fix(artifacts): more precise log recording on iOS and Android #1433 (noomorph)
  • Upgrade ws to 3.3.1 or later #1432 (denissb)
  • Cleanup: Remove residue of pre Xcode 9 simulator boot logic #1431 (rotemmiz)
  • docs: info on contributing to example projects #1413 (noomorph)

12.10.3 (2019-06-04)

Full Changelog

Enhancements

Fixed Bugs

  • Detox does not load Profiler.framework properly, since it's encrypted #1417

Closed Issues

  • Accept Permissions After Log-in Flow #1419

Merged Pull Requests

12.10.2 (2019-05-28)

Full Changelog

12.10.1 (2019-05-28)

Full Changelog

Merged Pull Requests

12.10.0 (2019-05-27)

Full Changelog

Enhancements

  • (Android) Native error reporting #1213
  • Update EarlGrey to latest version, including TrustKit fixes #1402 (LeoNatan)

Fixed Bugs

  • device.reloadReactNative crashes on RN 0.59.8 #1391

Closed Issues

  • .dtxrec are not created if the performance recording was initially started via launch args #1339

Merged Pull Requests

  • Removed triggering of instruments recording (--record-performance) for apps launched in before/beforeApp scopes #1400 (rotemmiz)

12.9.0 (2019-05-22)

Full Changelog

Enhancements

Fixed Bugs

  • Profiler does not record network requests even if told to (by code from Detox.framework) #1379
  • Detox fails with TrustKit integrated #721

Closed Issues

  • android build.gradle's wildcard dependencies means builds not reproducible / fail #1380
  • Cannot enable notification permissions #1368
  • Detox tests are flaky in CI #126

Merged Pull Requests

  • Cancel explicit deps in okio and okhttp #1397 (d4vidi)

12.8.0 (2019-05-13)

Full Changelog

12.7.1 (2019-05-13)

Full Changelog

12.7.0 (2019-05-08)

Full Changelog

v12.7.0 (2019-05-08)

Full Changelog

Enhancements

  • Improve Jest's console output flow #1349

Fixed Bugs

  • Conflict with dependency 'org.jetbrains.kotlin:kotlin-stdlib' in project ':app'. #1257

Closed Issues

  • package com.wix.detox does not exist even though it is added under dependencies #1367
  • Detox globals no longer available in utility functions (outside of tests) #1353

Merged Pull Requests

  • Improve integ. with Jest in terms of logging #1351 (d4vidi)

12.6.3 (2019-05-06)

Full Changelog

Merged Pull Requests

  • (Android) Revisit kotlin stdlib issue fix for projects compiling detox #1363 (d4vidi)

12.6.2 (2019-05-05)

Full Changelog

Closed Issues

  • Can you not show the Hierarchy section when having an error? #1350

Merged Pull Requests

12.6.1 (2019-05-01)

Full Changelog

Enhancements

  • Record network and events in Detox Instruments artifacts #1333 (noomorph)

Merged Pull Requests

12.6.0 (2019-04-30)

Full Changelog

Closed Issues

  • Android release build not get detected though it is already build #1343

Merged Pull Requests

  • feat: DETOX_INSTRUMENTS_PATH environment variable #1344 (noomorph)

12.5.0 (2019-04-28)

Full Changelog

Fixed Bugs

  • Detox is not showing which expectation failed #1263

Closed Issues

  • Log artifacts is empty. #1326

Merged Pull Requests

  • code: print a warning instead of an error if artifact files are not found #1341 (noomorph)
  • fix: error stack traces in Jest #1336 (noomorph)
  • feat: support for DETOX_INSTRUMENTS_PATH environment variable #1332 (noomorph)

12.4.1 (2019-04-23)

Full Changelog

Enhancements

  • Allow Regular Expressions in Jest Runner #1081
  • Detox CLI: allow overriding issued args to a test runner with the ones the user specifies after -- argument #876
  • Provide mechanism to pass test match patterns runner-agnostic via Detox CLI #588

Fixed Bugs

  • URL with multiple arguments is not passed correctly to iOS #1294
  • Detox android examples fail in Linux #1058

Closed Issues

  • Testing WebViews on RN iOS app #1316
  • CI: add demo-projects-android build #1313

Merged Pull Requests

  • (Android) Switch example projects to use .aar #1327 (d4vidi)
  • (Android) Restore example project tests in CI (context: issue #1323) #1325 (d4vidi)
  • (Android) Introduce android build-artifacts' packaging (.aar, source, docs) #1322 (d4vidi)
  • Fix startPositionY typo #1321 (yurtaev)

12.4.0 (2019-04-18)

Full Changelog

Enhancements

  • detox init removes final newline in package.json #1272
  • Runner agnostic file targeting #512
  • Detox Instruments Integration (Phase 1) #1165 (LeoNatan)

Fixed Bugs

  • Can't use .scroll() and .swipe() for MapView from react-native-maps #250

Closed Issues

  • Bots in this repository #1305
  • Reopen #992, disable stale bot #1304
  • Plugin system to hooks inside the native code in some ways #1303
  • device.terminateApp results in ChildProcessError #1296
  • replaceText does not trigger TextInput's onChangeText event (multiline) #1292
  • React native navigation stalling #1287
  • The flag --take-screenshots=all fails with React-Native 0.59.4 #1286
  • Detox and TrustKit - Signal 6 was raised #1285
  • ios detox execution hangs with 'failed to add line to log:' #1142
  • Biometric authentication cannot be cancelled #1121
  • Limit printing of EarlGrey errors #992
  • Detox CLI: Replace commander with argparse #767
  • Detox crash due to prettyPrint in AppStateTracker #644
  • Perform actions on device #635
  • Enable detox-server to bind to something different than localhost #526
  • Back button on Android #463
  • Add environ for device.launchApp #376
  • Testing elements with the same testID/AccessibilityLabel ? #206

Merged Pull Requests

12.3.0 (2019-04-15)

Full Changelog

Enhancements

  • device.takeScreenshot(x) doesn't work if --take-screenshots none is specified (which is the default) #1278

Merged Pull Requests

  • feat: --take-screenshot manual mode by default #1281 (noomorph)
  • code: omit passing explicitly default command-line args to test runners #1280 (noomorph)
  • fix(android): install APK with a file path that needs escaping #1276 (mrgoodrich)

12.2.1 (2019-04-14)

Full Changelog

12.2.0 (2019-04-12)

Full Changelog

Enhancements

  • Provide API for taking screenshots on demand #807

Merged Pull Requests

Full Changelog

12.1.4-screenshot (2019-04-11)

Full Changelog

Fixed Bugs

  • Detox CLI does not error on unknown commands #149

12.1.4 (2019-04-11)

Full Changelog

Closed Issues

  • View Hierarchy dump is an impediment to adoption #1227
  • Detox doesn't work with React-Native 0.59 on Android #1208

Merged Pull Requests

12.1.3 (2019-04-04)

Full Changelog

Enhancements

  • Migrate uiautomator to AndroidX #1235
  • Introduce proguard minification into test app #1216

Closed Issues

  • CircleCI: Reports test failure but command exits with success code (0) #1252
  • Getting an error when running Detox - yargs #1250

Merged Pull Requests

12.1.2 (2019-04-02)

Full Changelog

Enhancements

  • feat: specify resuing existing app in Detox.init() params #1245 (Ponyets)

Fixed Bugs

  • detox test fails without status code #1247
  • iOS keyWindow.rootViewController would be null when app is driven by Detox. #1230
  • Taps do not register on iOS simulator #1224

Closed Issues

  • How to pass -disableRNTestingOverride 1 to tests? #1243
  • Error: Can't find a simulator to match with "iPhone 7" #1241
  • React Navigation v3.3.1 SafeAreaView update breaks scroll('down') (iOS only) #1196

Merged Pull Requests

  • Exit process with error status code when a cli command fails #1248 (tancredi)
  • Fix keyWindow.rootViewController nullability on iOS #1231 (Ponyets)
  • Fix main.jsbundle does not exist #1190 (msand)

12.1.1 (2019-03-27)

Full Changelog

Fixed Bugs

  • App crashes when Detox navigates to a Webview #1240

12.1.0 (2019-03-27)

Full Changelog

Fixed Bugs

  • Animations are not firing after upgrading to React Native 0.59.2 #1234

Closed Issues

  • Announcement: Detox now requires Xcode 10.1 #1202
  • pass in files to the cli like jest and mocha do by default #1132

Merged Pull Requests

v12.0.0 (2019-03-26)

Full Changelog

Fixed Bugs

  • Error detox on Xcode 10.2 #1229
  • Incorrect emulator path resolution on Windows #1222

Closed Issues

  • Can't install/upgrade detox on Xcode 10.2 #1228
  • getValue/getText API should be added as part of Detox e2e suite #1226
  • device.relaunchApp was supposedly removed as of Detox 6, but still is defined #1217
  • boolean result of expect() api #1214
  • Detox doesn't work with React-Native 0.59 + React-Navigation #1207
  • Mock Android notifications #592

Merged Pull Requests

11.0.2 (2019-03-19)

Full Changelog

Merged Pull Requests

  • Restore UIAutomator as an external file in Android generation #1210 (d4vidi)

11.0.1 (2019-03-18)

Full Changelog

Enhancements

  • End support in RN .44, .45 #1203
  • Migrate to Android jetpack (androidx) #1173

Closed Issues

  • Stop forcing -gpu host when launching android emulator #1176

Merged Pull Requests

  • (Android) Make RN .46 the new minimal version (i.e. stop support for 44, .45) #1209 (d4vidi)
  • PR (Issue #1176) - Stop Forcing -gpu host on android emulators #1177 (RyanThomas73)

11.0.0 (2019-03-13)

Full Changelog

Closed Issues

  • Detox init error in CircleCI. #1191

Merged Pull Requests

  • fix: correct ordering of accessibility traits #1198 (ximenean)
  • (Android) Migrate instrumentation support lib to androidx libs #1193 (d4vidi)

10.0.13 (2019-03-11)

Full Changelog

Enhancements

  • Issue with _queryPID function #1100

Closed Issues

  • Device should be booted only when we change the permission status #1188

Merged Pull Requests

10.0.12 (2019-03-03)

Full Changelog

Fixed Bugs

  • Stabilize flaky self animations e2e on Android #1171
  • Postinstall installation error build_framework.ios.sh #1092

Closed Issues

  • Detox error running tests on real Android device #1174
  • toHaveText() not working with Expo #1168
  • Postinstall fails on missing simulator runtimes #1167

Merged Pull Requests

  • Android: Stabilize animations short-timer e2e (minor change in timers IR) - fix #1171 #1186 (d4vidi)

10.0.11 (2019-02-25)

Full Changelog

10.0.10 (2019-02-25)

Full Changelog

Closed Issues

  • Xcode 9.4.1 timeout with demo-react-native-jest #1087

10.0.9 (2019-02-18)

Full Changelog

10.0.8 (2019-02-17)

Full Changelog

Closed Issues

  • Unable to setup Detox in an Expo project #1159
  • ANDROID ONLY: Errors syncing android project with dependencies for react native 0.58.3 and detox #1156

Merged Pull Requests

  • Remove old warning about Android issues on RN >= 0.50 #1158 (brunobar79)
  • Android: Refactor detox manager (complete work starting in 46de13d0) #1151 (d4vidi)

10.0.7-snapshot.299 (2019-02-13)

Full Changelog

10.0.7-snapshot.293 (2019-02-13)

Full Changelog

Closed Issues

  • device.launchApp() ends too soon on Android #1149

10.0.7 (2019-02-11)

Full Changelog

10.0.6 (2019-02-11)

Full Changelog

Enhancements

  • Improve the way we can interract with react-native-maps #1105

Fixed Bugs

  • Resuming the app with a url causes detox to hang and time-out #1125

Closed Issues

  • unable to install detox 9.0.4 with XCode 10.1 #1145
  • Scrolling and navigation takes too much time while running detox test in emulator #1141
  • Button text matching fails on Android due to default all-caps styling #1135
  • Does Detox work with React Native 0.58.0-rc.2? #1126
  • Bring back printing of device logs location #1110

Merged Pull Requests

10.0.5 (2019-01-28)

Full Changelog

10.0.4 (2019-01-28)

Full Changelog

10.0.3 (2019-01-28)

Full Changelog

Fixed Bugs

  • Idle timer shadows busy timers at rare cases #1115

Closed Issues

  • TypeError: expect(...).typeText is not a function. Checked issue #326 . Not seems to be similar issue. #1130
  • Running Detox build command shows following ERROR #detox #1123
  • FAILURE: Plugin with id 'kotlin-android' not found. #1122
  • Improve Mocking Documentation to include detox build #1116

Merged Pull Requests

10.0.2 (2019-01-14)

Full Changelog

Enhancements

  • Support for pressing Delete key on Android #1039
  • Run individual Detox test #536
  • Expectation/matcher for the app being in background? #226
  • CLI: Add pass through test runner arguments #1025 (EdwardDrapkin)

Closed Issues

  • SimulatorKit.SimDisplayScreenshotWriter.ScreenshotError when taking screenshot #1118
  • It should be configurable to hide Hierachy on failure. #1113
  • Detox build failed - with solution #1111
  • No instrumentation runner found on device #1106
  • Firebase, react_native projects causes unreasonable long load time or timeout #1095
  • Installation crashes with "$""" failed with code = 1, stdout and stderr:" error #1094
  • windows #1088
  • Handling the inbuilt app of OS #1086
  • Extra tap for focusing a focused input - cant delete input value. #1075
  • resetContentAndSettings freezes simulator #1059
  • Detox integration with jest - Jest did not exit one second after the test run has completed. #1046
  • iOS test hangs on splash screen and crashes. #1042
  • Unable to create new device when running parallel tests Jest #1004
  • Move Android Interactions to generated code #726

Merged Pull Requests

9.1.2 (2018-11-16)

Full Changelog

Enhancements

9.0.8 (2018-11-15)

Full Changelog

v9.0.8 (2018-11-15)

Full Changelog

Enhancements

  • Detox configuration should allow ability to specify app apk path and androidTest apk path #571

9.0.7 (2018-11-14)

Full Changelog

Enhancements

  • iOS: Synchronization over waitForBackground and waitForActive states #1036 (LeoNatan)

Fixed Bugs

  • _prettyPrintAppStateTracker crash #1002
  • fix: enable acquiring an already attached emulator by ADB name #1028 (noomorph)

Closed Issues

  • Detox clears async storage #1040
  • Detox not run in offline mode #1029
  • pre-started android emulator support #1027
  • timezone #1018
  • Sign in with google #1016

Merged Pull Requests

v9.0.6 (2018-11-02)

Full Changelog

Enhancements

  • add blacklistRegex to GREYConfiguration on init #1000 (quinlanj)
  • append instead of clobber SIM_CTL_DYLD_INSERT_LIBRARIES #999 (quinlanj)

Closed Issues

  • Detox tests timeout on fresh project setup with Expo #1009
  • RN57.3 - ReferenceError: device is not defined #1006
  • Weird UI issues when running detox tests agains 0.57.x (0.57.4 included) #998
  • React native 0.57 #997
  • Yarn workspace module can #995
  • React Native Detox (Android) test fails while running detox test #970
  • device/element not found #969
  • Detox hangs on detox config step with expo iOS #917
  • Detox device/element is not defined #911

Merged Pull Requests

9.0.5 (2018-10-24)

Full Changelog

Enhancements

  • Support TouchID functionality #958
  • React Native latest version (current 0.56) support #821
  • Run tests with different locales on each run #683
  • Add more sync points to await action results before sending done messages #984 (LeoNatan)
  • Implement the capability to change the language between tests #873 (luisnaranjo733)

Fixed Bugs

  • iOS: Hybrid app with native first screen never reports that it's ready #933
  • hotfix: read unexpected EOF error message in logs #966 (noomorph)
  • Fix post-install script when project lives on a path with spaces #965 (bltavares)
  • Refine WXRNLoadIdlingResource to wait for JSDidLoad rather than ContentDidAppear #964 (LeoNatan)

Closed Issues

  • Detox once initiate the app for every test suite though the suite is skipped or excluded #987
  • postinstall fails #983
  • Android detox test fails - ChildProcessError. #977
  • detox test failed #972
  • Running Detox on a real Android device - supported? #968
  • How do I get Detox to quit after the first failure? #962
  • Globals are not resolved in Flow 0.81.0 #960
  • Android build is getting failed when tried to build with detox #952

Merged Pull Requests

9.0.4 (2018-09-28)

Full Changelog

Fixed Bugs

  • Failed to load Info.plist from bundle at path #954

Closed Issues

  • Issue with the latest update of Xcode ? #949

Merged Pull Requests

  • hotfix: added a retry on install (XCode 10 issue) #953 (noomorph)

9.0.3 (2018-09-26)

Full Changelog

Fixed Bugs

  • Regex for Android bundle id causing failures #924

Closed Issues

  • Specify device name? #948
  • Detox <-> React Native bridge #943

Merged Pull Requests

  • hotfix: legacy build workaround to fix monorepo build on XCode 10 #945 (noomorph)
  • fix: ADB.pidof integration issue with grep and CRLF edge case #927 (noomorph)

9.0.2 (2018-09-24)

Full Changelog

Enhancements

  • Documentation on using w/ React Native's officially sanctioned Expo tooling #236

Fixed Bugs

  • Unable to install Detox 8.2.3 using Xcode 10 beta 6 #913
  • Use legacy build system to build framework #940 (karanjthakkar)

Closed Issues

  • android: DetoxRuntimeError: Failed to find PID of the launched bundle: com.tester #938
  • Option for suppressing views tree information #936
  • TabBarTestId is always a not found element #935
  • Task :detox:compileMinReactNative46DebugJavaWithJavac FAILED #919
  • Cannot find TextInput with secureTextEntry true in React-Native 0.55.4 #916
  • [IOS] Failing to execute tests in Bitrise for debug variant #819

Merged Pull Requests

9.0.0 (2018-08-31)

Full Changelog

9.0.1 (2018-08-31)

Full Changelog

Enhancements

  • Allow to disable touch indicators on IOS #640

Fixed Bugs

  • Multiple elements matched on action Swipe. #433

Merged Pull Requests

  • Android - Get rid of unnecessary reflection - Initial #915 (rotemmiz)
  • Setup a script for Android demo projects in CI #914 (rotemmiz)
  • RN 0.56.0 Android Support #910 (rotemmiz)
  • Register Espresso IdlingResources with new API #909 (rotemmiz)
  • Fix links in detox object docs #903 (fvonhoven)
  • build_framework.ios.sh: echo/exit from current shell #900 (rye)
  • Add support for disabling touch indicators with launch args #899 (haswalt)

8.2.3 (2018-08-23)

Full Changelog

8.2.2 (2018-08-22)

Full Changelog

Fixed Bugs

  • Nested ScrollView cause "Multiple UI elements match" #164

Merged Pull Requests

  • Fix multiple elements matched when dealing with nested scrollviews. #896 (LeoNatan)

8.2.1 (2018-08-22)

Full Changelog

8.2.0 (2018-08-22)

Full Changelog

Fixed Bugs

  • postinstall script fails #889
  • Error when running "detox test" for windows using detox 8 due to findstr not supporting /s in regex #886
  • Log plugins in ArtifactsManager are not compatible with detox.init(... launchApp: false ...) option. #856
  • Default detox test triggers screenshot taking mechanism, to dev/null, it probably shouldn't trigger anything. #841
  • Where is the output for the UI Hierarchy? #737

Closed Issues

  • Postinstall script fails when just command line tools are installed #897
  • postinstall script fails when parent folder has a space in it #894
  • docs: takeScreenshot from tests? #892
  • Unable to find alert element #890

Merged Pull Requests

  • Updated to EarlGrey 1.15.0 #895 (rotemmiz)
  • Fix typo #891 (kevinresol)
  • fix(win32): new regexp for ADB.pid which is compatible with findstr utility #888 (noomorph)
  • fix(win32): new regexp for adb.unlockScreen which is compatible with findstr #887 (noomorph)
  • Internal changes to artifacts subsystem in Detox and bugfixes #848 (noomorph)

8.1.6 (2018-08-13)

Full Changelog

Fixed Bugs

  • Detox catches SIGINT and SIGTERM, causing long running subprocesses to never end #881

8.1.5 (2018-08-13)

Full Changelog

Enhancements

  • Allow override of simulator name? #875

Closed Issues

  • CI: Switch Android emulator from google image to AOSP image #869
  • [Docs] Screenshot comparison tool recommendations #825

Merged Pull Requests

  • hotfix: remove SIGINT, SIGTERM handling due to #881 #883 (noomorph)
  • Add additional synchronization points for CFRunLoopPerformBlock #882 (LeoNatan)
  • Add CLI parameter for overriding device name #878 (robbiemccorkell)

8.1.4 (2018-08-07)

Full Changelog

8.1.3 (2018-08-07)

Full Changelog

8.1.2 (2018-08-07)

Full Changelog

Fixed Bugs

  • Detox should print video recorder errors to log on loglevel = info #865

Closed Issues

  • Strange issues in CI #864
  • SecurityError: localStorage is not available for opaque origins #863
  • Screen-wide taps? #849

Merged Pull Requests

  • change ES5 function to arrow function for consistency #874 (vonovak)
  • iOS: Add RN Loading JS Idling Resource #872 (LeoNatan)
  • Print detox PID in text logs #870 (noomorph)
  • feat: cleaner implementation of ADB.unlockScreen #868 (noomorph)
  • fix: stderr of the spawned process should be printed using log.error() #867 (noomorph)
  • Add .tbzignore and use it when creating the Detox source tbz #862 (LeoNatan)
  • fix: cross-testrunner message formatting for DetoxRuntimeError #861 (noomorph)
  • Add Android back button (copy of PR#505) #860 (noomorph)
  • Make doc generation more robust #783 (DanielMSchmidt)

8.1.1 (2018-07-26)

Full Changelog

Merged Pull Requests

  • hotfix: revert log level debug to verbose due to Mocha incompatibility #859 (noomorph)

8.1.0 (2018-07-26)

Full Changelog

Enhancements

  • Logo proposal #738
  • After run detox test getting Device.js Unexpected token ... #663
  • Streamline Xcode Debug #556
  • Add support for test artifacts (videos and screenshots) #171
  • New logger subsystem (Bunyan) #835 (noomorph)

Fixed Bugs

  • Documentation for Parallel Workers #787

Closed Issues

  • Detox test command failed #855
  • build failes on CI (app center) with fatal error: 'Firebase.h' file not found #838
  • detox build failes with "ld: library not found for -lDoubleConversion" #837
  • tvOS Support in Detox #836
  • Should have functionality of pressing device back button #833
  • ADB.pidof(deviceId, bundleId) does not work consistently across Android versions #831
  • Detox not interacting with simulator #823
  • Cannot launch app on Android (instrumentationProcess terminated due to receipt of signal SIGTERM) #822
  • Detox tests run so slow that element.tap() interpreted as a longPress() #818
  • Detox test failing: cannot hook the emulator #817
  • Installing detox nukes new React Native project #816
  • Detox test run with artifacts flag '--record-videos failing' succeeds locally, fails on build server #814
  • Detox hangs on device.init() for IOS tests #804
  • Control the sequence of test files #801
  • Last detox cli #800
  • detox test fail on android #799
  • element.typeText() will fail test when hardware keyboard connected #768
  • Detox should allow us to set configuration outside package.json #758
  • Device farming services issue. Need to test the app on multiple android and IOS devices. #750

Merged Pull Requests

  • fix: adds grep fallback for win32 #858 (noomorph)
  • Printing environment variables before jest test command #852 (noomorph)
  • Add region to s3 upload #847 (yershalom)
  • Replace ":" with "-" in generated artifacts directories for better filesystem compatibility (on Win and Mac) #846 (noomorph)
  • Make detox.init() stricter - should log error as soon as it happens #840 (noomorph)
  • Resolves #831 #839 (noomorph)
  • Allow execution of post-install scripts on paths with space #824 (bltavares)
  • Bump Lodash dependency to ^4.17.5 #812 (noomorph)
  • Prevent bugs with older _.isFunction prior to lodash@4.14.1 #811 (noomorph)
  • Improve dispatch queue idling resource handling #806 (LeoNatan)
  • [+coverage] unit tests for ArtifactsManager.js and ArtifactPlugin.js #794 (noomorph)
  • Fix detox cli --platform flag on Windows #763 (simonbuchan)

8.0.0 (2018-06-27)

Full Changelog

Enhancements

  • Add detox definitions #99

Fixed Bugs

  • The contributing guide is out of date #576

Closed Issues

  • Fix atIndex order on IOS #792
  • Detox timed out after run test #790
  • Detox 7.3.3 crashes when using bundle url #673

Merged Pull Requests

v8.0.0-alpha.1 (2018-06-18)

Full Changelog

v8.0.0-alpha.0 (2018-06-14)

Full Changelog

7.4.3 (2018-06-14)

Full Changelog

Closed Issues

  • Move Android Matchers to generated code #725

Merged Pull Requests

  • Android: on headless mode, default to high-perf software renderes swiftshader\_indirect and angle\_indirect #784 (rotemmiz)
  • be explicit about supported RN versions #773 (vonovak)
  • Move android matchers to generated code #745 (DanielMSchmidt)

7.4.2 (2018-06-10)

Full Changelog

7.4.1 (2018-06-10)

Full Changelog

Fixed Bugs

  • error in clearDeviceRegistryLockFile() when running detox test #771
  • Android: force matchers to ignore layouts with GONE visibility #761

Closed Issues

  • Can we run detox on Ubuntu 16.04.4? #770

Merged Pull Requests

  • Android: Force emulator launch to use -gpu host instead of -gpu auto on macOS #782 (rotemmiz)
  • Ensure device.registry.state.lock path exists before clearing it #781 (rotemmiz)
  • Match only visible views #780 (rotemmiz)
  • Fix typo on ActionsOnElement docs #776 (smrpr)
  • Android: force matchers to ignore layouts with GONE visibility #775 (rotemmiz)

7.4.0 (2018-06-03)

Full Changelog

Enhancements

  • Parallel Simulator support #97
  • Support parallel test execution #609 (doronpr)

Fixed Bugs

  • Detox overrides React Native Navigation statusBarHidden #741

Closed Issues

  • Website publishing is not stable #765
  • Unusual gradle error while running e2e tests in detox/test directory. #759
  • Where to locate these settings #747
  • iOS Permission - HealthKit #736
  • Move Android Driver to generated code #724
  • Move IOS Driver to generated code #719
  • Detox hangs on circleci #717
  • Explore usage of javaparser for Java code generation #692

Merged Pull Requests

7.3.7 (2018-05-10)

Full Changelog

Closed Issues

  • Detox and react-native-maps #718

7.3.6 (2018-05-09)

Full Changelog

Enhancements

  • Support long press duration for element #410
  • Add support for picker views (UIPickerView, UIDatePicker) #308
  • Fix build in CI - create a build matrix #296
  • Be able to check if element is tappable/clickable #246
  • Snapshot Testing #170
  • Match by selector #42

Fixed Bugs

  • detox test crash w/ Signal 6 in release mode #704
  • Detox failed to start testing in my react native project #548

Closed Issues

  • Possible to specify Scroll start location? #715
  • Can't launch android simulator #714
  • Detox Port #694
  • Command failed: /usr/bin/xcrun simctl shutdown #671
  • 'element is not defined' when running detox in CI #670
  • Allow setting permissions outside of launchApp\(\) #392
  • Type text to currently focused input #210

Merged Pull Requests

7.3.5 (2018-05-01)

Full Changelog

Closed Issues

  • Run tests with different languages #703
  • Please include expo app setup in Introduction.GettingStarted.md #698
  • Missing package name and version #696
  • [iOS] when .tap() in test, device.reloadReactNative() stalls indefinitely #691
  • NS_REFINED_FOR_SWIFT should be ignored by generated code #682

Merged Pull Requests

  • Migrate from Travis CI to Jenkins #701 (yershalom)
  • Add no window option for running android emulator with no window #690 (yershalom)

7.3.4 (2018-04-25)

Full Changelog

Fixed Bugs

  • [iOS] Tests stall in detox.init, error: [SRWebSocket sendString:error:]: unrecognized selector sent to instance #689
  • Detox Android incompatible with RN >= 50 #608

Closed Issues

  • detox api to select photo from photo library ios 11 #676
  • Add support for conditional logic around elements #672
  • TextInput label/id not getting picked up in detox #667

Merged Pull Requests

7.3.3 (2018-04-04)

Full Changelog

Fixed Bugs

  • Android: Running instrumentation requires ADB to be in path #651
  • CLI: detox test fails to determine a default configuration #648
  • Android: Support RN50-51 changes #652 (rotemmiz)

Closed Issues

  • My app close immediately when run detox test. #657
  • device.launchApp won't give notification permissions on 7.3.2 #653
  • Test failing when launching on Android emulator with "before all" hook error #647

Merged Pull Requests

7.3.2 (2018-03-27)

Full Changelog

Closed Issues

  • test issue with no labels #642
  • Timeout exceeded on Travis CI #579
  • When running Android with Expo - ReactInstanceManager is null #578

7.3.0 (2018-03-26)

Full Changelog

Enhancements

  • Support UserActivity #622
  • Add Support for Device Shake Action #551
  • Add prod/dev awareness to scripts building Detox.framework for easier native development process #621 (LeoNatan)

Fixed Bugs

  • detox clean-framework-cache && detox build-framework-cache broken for internal development #619
  • detox.init doesn't resolve in hybrid apps with initial native page (until you manually navigate to a react native page) #615
  • createPushNotificationJson creates a notification.json file under a constant path #601

Closed Issues

  • android detox issue with jest + emulator #624
  • Android tap action fails silently #620
  • Error: app-debug-androidTest.apk could not be found, did you run './gradlew assembleAndroidTest' ? #613
  • Add detox preStart script in config json #60

Merged Pull Requests

7.2.0 (2018-03-12)

Full Changelog

Enhancements

  • Generate JSDoc comments for generated code #521
  • Add point to point panning API #154
  • Switch from Mocha to another lib #94
  • Clean up after build_framework #577 (MatthieuLemoine)

Fixed Bugs

  • Husky hooks bugged out when attempting a commit #606
  • Starting application from background with notification happens in foreground (iOS) #590
  • Find element by text doesn't function with minimal project on latest version of RN and detox #572
  • reason for test failure stopped being reported #5

Closed Issues

  • detox test ios with error: Timeout of 120000ms exceeded #602
  • No such file or directory config.ini #574
  • tandalone Standalone detox-cli` npm package hasn't been updated to address issues with spaces in directories. #573
  • Detox is flaky on Travis CI #452
  • Swipe Action Doesn't Work on RN ListView? #103

Merged Pull Requests

  • RN Update Script v1.1 #610 (rotemmiz)
  • iOS: Improve notifications dispatch timing #604 (LeoNatan)
  • Kill Android instrumentation and nullify the object when it crashes #603 (rotemmiz)
  • Update Introduction.Android.md #596 (joegoodall1)
  • Better support for multiple RN version in test project + updated example projects #591 (rotemmiz)
  • Update Example .travis.yml in CI Guide #586 (mtmckenna)
  • Use travis branch to determine master #580 (DanielMSchmidt)
  • Docs: Use jest.setTimeout instead of jasmine timeout #562 (thymikee)
  • Add Support for ShakeDevice Action #559 (LeoNatan)
  • Support testApk path for gradle builds with multiple flavor matrix #554 (sdg9)
  • set location should not use comma #532 (hiaw)
  • Generation: combining and string matchers for android #496 (DanielMSchmidt)

7.1.0 (2018-02-12)

Full Changelog

Enhancements

  • Fix doc generation to only run from master #542
  • export globals #275
  • Look for a way to catch app crashes and report to the user, rather than have test stuck until timeout #161
  • Android Support #96
  • Add exception and signal handling for iOS #453 (LeoNatan)

Fixed Bugs

  • openURL API is broken #561

Closed Issues

  • Query : Can we handle out of app actions using detox. #553
  • How to disable the error log in console when the testcase is failed on Android #550
  • flakiness casued by atIndex #549
  • Ionic compatibility #547
  • Modifying NODE_ENV through mocha.opts doesn't work #535
  • Accessing launchArgs in Android #530
  • Enhancement: Scroll until visible #520
  • Can't find device on React Native Demo Project #467

Merged Pull Requests

7.0.1 (2018-01-29)

Full Changelog

Closed Issues

  • Device clouds? #543

Merged Pull Requests

  • Fixes broken AndroidDriver explicit exportGlobals flow #545 (rotemmiz)

7.0.0 (2018-01-26)

Full Changelog

Closed Issues

  • Detox supports running tests in parallel iOS ? #525

Merged Pull Requests

  • export platform specific objects through proxy #374 (trofima)

v7.0.0-alpha.1 (2018-01-24)

Full Changelog

Fixed Bugs

  • Android test apk build path not aligned when using flavors #522

Closed Issues

  • detox-cli on fails to run on windows with nvm #509

Merged Pull Requests

v7.0.0-alpha.0 (2018-01-11)

Full Changelog

Enhancements

  • Add automatic code formatting via prettier #223

Fixed Bugs

  • atIndex() seems to be broken on Android #498
  • Getting Started also requires adding babel-polyfill #481
  • Test release on Android: app-release-androidTest.apk: No such file or directory #455
  • Both Android and iOS e2e tests fail when following contribution guide #369
  • Problems on Android using Jest test runner #362
  • Detox failed to install apk files #274

Closed Issues

  • detox test fails to run on windows with jest #510
  • invalid top level package.json file and pre-release/beta release request #501
  • Can u add a feature to return values from Detox in an array #489
  • Tap Nth row of FlatList/ScrollView/ListView, where each row is touchable #485
  • Support Web Testing - React Native Web #482
  • [Feature request] Get current UI name and/or hanlder #473
  • Ubuntu 16.04.3, can't build debug apk for emulator #472
  • Detox flakiness while testing on Circle CI #471
  • Scrollview with multiple element matched #462
  • App is launched by Detox and almost immediately crashes #459

Merged Pull Requests

6.0.4 (2017-12-13)

Full Changelog

Enhancements

  • Add support for jest as a test runner #242
  • Sync Issues if Native Modules with Network connection are used #146
  • Use new logging infra for Detox logging #457 (LeoNatan)

Fixed Bugs

  • Idling resource pretty print does not actually print tracked objects #456
  • Build Framework script not able to unarchive Detox-ios-src.tbz #438
  • Detox is broken due to detox-server version 6.0.0 not released #437

Closed Issues

  • Detox support for tap and drag functionality? #451
  • Does not launch ios simulator automatically on the Xcode 9.1 #450

Merged Pull Requests

6.0.2 (2017-11-28)

Full Changelog

Closed Issues

  • How to disable "The stdout and stderr logs" #429

6.0.1 (2017-11-28)

Full Changelog

6.0.0 (2017-11-27)

Full Changelog

Enhancements

  • Display touch visualizers when using Detox #426
  • React Native version compatibility #405
  • Unable to connect to Genymotion emulator #386
  • Replace Jackson parser with a JSONObject #351
  • Redirect simulator stdout to runner stdout in --verbose mode. #72
  • Detox CLI: Jest integration fixes #423 (rotemmiz)
  • Implemented AttachedAndroidDriver device for connecting to Genymotion #397 (vasyas)

Fixed Bugs

  • Crash due to attempt to create a weak store of an object being deallocated #428
  • Detox hangs if binary is not found #424
  • jest-jasmine2 issues #419
  • Crash in _prettyPrintAppStateTracker #418
  • Timeout before emulator loads + terminated due to receipt of signal null #407
  • Detox fails to run tests with jest(with both new and old implementations) #363

Closed Issues

  • Publish new npm version #431
  • Uncaught exception: bridge is not set #430
  • 2 Screen same layout Multiple Matches Issue #257
  • Element Locating and Timeout #255
  • Can't run detox tests for the iOS native app #254
  • _getAbsolutePath() not compatible with expo #235
  • RCTSegmentedControl not matchable #227
  • Using xPath to locate elements #197
  • Get coordinate of element #129

Merged Pull Requests

5.10.0 (2017-11-15)

Full Changelog

Enhancements

  • Add change log generation when publishing a version #409

5.10.1 (2017-11-15)

Full Changelog

Enhancements

  • Expectation/matcher for counting elements #350

Fixed Bugs

  • Can't get app launched via Detox #247

Closed Issues

  • Asynchronous function issue #406
  • How to start the react-native debugger along with the test? #403
  • detox tests hangs on app crash #402
  • withTimeout not triggering with FlatList and react-native-loading-placeholder #390
  • Lack of the deterministic way to get a UINavigationButton #276

Merged Pull Requests

  • New demo project for react native jest #370 (SMJ93)

detox-server@2.1.0 (2017-11-13)

Full Changelog

detox@5.10.0 (2017-11-13)

Full Changelog

Enhancements

  • Detox.framework could not be found” when attempting “ios.none” type configuration #388
  • Mocha 4.0.x: Test process never finishes #368
  • Allow absolute app path #98

Fixed Bugs

  • Crash in prettyPrintAppStateTracker in Detox 5.9.3 #391
  • Detox.framework could not be found” when attempting “ios.none” type configuration #388
  • Running build-framework-cache produces different output directory than expected #380
  • Mocha 4.0.x: Test process never finishes #368

Closed Issues

  • Mocha 4.0.0 doesn't exit after running tests #398
  • Stops after a failing test #394
  • Jest is hanging after both Detox tests passed/failed #387

detox@5.9.3 (2017-11-02)

Full Changelog

Merged Pull Requests

detox@5.9.2 (2017-10-22)

Full Changelog

Fixed Bugs

  • Application stopped at UIWindow creation while running tests on simulator #341

detox@5.9.1 (2017-10-19)

Full Changelog

Merged Pull Requests

  • Re-add matcher generation commits and add traits matcher to generated code #348 (DanielMSchmidt)

detox@5.9.0 (2017-10-18)

Full Changelog

Enhancements

  • Missing command line dependencies should cause graceful failure #196
  • Continue investigation of DetoxHelper #106

Fixed Bugs

  • App launches but immediately closes #152

Closed Issues

  • Update the README Screenshot to use the latest version of EarlGrey. #145

Merged Pull Requests

detox-cli@1.0.3 (2017-10-17)

Full Changelog

detox@5.8.4 (2017-10-17)

Full Changelog

Fixed Bugs

  • Detox incompatibility with Firebase SDK #270

detox@5.8.3 (2017-10-16)

Full Changelog

Merged Pull Requests

  • Update README for required Xcode version #339 (MoOx)

detox@5.8.2 (2017-10-12)

Full Changelog

Enhancements

  • Integration with jest #143

Fixed Bugs

  • xcode8 multiple sim windows after several launches #294
  • std::__1::bad_function_call (crash when using RN >= 0.48) #279

Closed Issues

  • [Feature request] Support generate test report #323
  • [question] run on aws device farm or firebase test lab? #297

Merged Pull Requests

detox@5.8.1 (2017-09-27)

Full Changelog

Fixed Bugs

  • Error: is it currently building #291

detox@5.8.0 (2017-09-27)

Full Changelog

Merged Pull Requests

detox@5.7.0 (2017-09-20)

Full Changelog

Merged Pull Requests

detox@5.6.2 (2017-09-09)

Full Changelog

Fixed Bugs

  • Detox@5.6.1 npm@5.4.0 fails with Permission denied #259
  • React Native demo project fails in debug mode #158

Closed Issues

  • Error loading images with jest and detox #263
  • Generated GREYAction JS wrapper uses unsupported variable types #228

Merged Pull Requests

detox@5.6.1 (2017-08-09)

Full Changelog

detox@5.6.0 (2017-08-08)

Full Changelog

Fixed Bugs

  • Could not cast value of type 'DetoxAppDelegateProxy' (0x1043b7118) to 'AppDelegate' (0x104142a68). #165

Merged Pull Requests

detox@5.5.1 (2017-07-19)

Full Changelog

Fixed Bugs

  • relaunchApp from userNotification doesn't relaunch at all #205

detox@5.5.0 (2017-07-19)

Full Changelog

Enhancements

  • Add support for sending app to background and bringing back to foreground #204
  • Command line arguments to app when testing #181
  • detox.init\(\) should not launch app #180

Fixed Bugs

  • Error: Detox.framework not found #191

Merged Pull Requests

detox@5.4.0 (2017-07-11)

Full Changelog

detox-server@2.0.4 (2017-07-10)

Full Changelog

detox@5.3.1 (2017-07-10)

Full Changelog

Enhancements

  • Add a way to clear app data #186
  • device.openURL pops-up a system alert which can't be turned off with Detox #172
  • Handle iOS permission dialogs #9

Fixed Bugs

  • device.openURL pops-up a system alert which can't be turned off with Detox #172

Closed Issues

  • replaceText does not trigger TextInput's onChangeText event #151

Merged Pull Requests

detox@5.3.0 (2017-07-04)

Full Changelog

Merged Pull Requests

detox@5.2.0 (2017-06-27)

Full Changelog

Enhancements

  • [feature] Take a screenshot #93

Merged Pull Requests

detox@5.1.3 (2017-06-18)

Full Changelog

Merged Pull Requests

detox@5.1.2 (2017-06-11)

Full Changelog

Merged Pull Requests

  • Added optional percentage parameter to swipe action #162 (yedidyak)

detox@5.1.1 (2017-06-11)

Full Changelog

Closed Issues

  • Running detox-cli from project node\_modules causes an error #157

Merged Pull Requests

  • fixed the crash on older react native versions where there’s no `_nod… #160 (silyevsk)

detox-cli@1.0.2 (2017-06-07)

Full Changelog

detox-server@2.0.3 (2017-06-07)

Full Changelog

detox@5.1.0 (2017-06-07)

Full Changelog

Enhancements

  • [Question] Select picker #139
  • problems when using "waitFor" #138
  • [feature] Add support for Orientation Change #131
  • Test animation progress #130
  • Android version #36

Closed Issues

  • Failure on fbsimctl install #153
  • WebView Matchers #136
  • Try to type in different supported language #124
  • expose a method that returns the hierarchy for a given element #76
  • Potential flakiness issue with detox "should scroll for a small amount in direction" - travis failed #67

Merged Pull Requests

detox-server@2.0.2 (2017-05-29)

Full Changelog

detox@5.0.12 (2017-05-29)

Full Changelog

detox-server@2.0.1 (2017-05-29)

Full Changelog

detox@5.0.11 (2017-05-29)

Full Changelog

detox-server@1.2.3 (2017-05-28)

Full Changelog

detox@5.0.10 (2017-05-28)

Full Changelog

Merged Pull Requests

detox@5.0.9 (2017-05-24)

Full Changelog

Enhancements

  • add app reuse option #46

Merged Pull Requests

detox@5.0.8 (2017-05-08)

Full Changelog

detox@5.0.7 (2017-05-07)

Full Changelog

Merged Pull Requests

detox@5.0.6 (2017-04-20)

Full Changelog

Closed Issues

  • typeText and clearText sometimes fail due to keyboard sync #39
  • what's the best way to match tabs in iOS? #12

Merged Pull Requests

detox-server@1.2.2 (2017-03-23)

Full Changelog

detox@5.0.5 (2017-03-23)

Full Changelog

Enhancements

  • Create a CLI module #56
  • Don't automatically install fbsimctl #47

Fixed Bugs

  • Failing tests pass, afterEach fails #52

detox@5.0.4 (2017-03-17)

Full Changelog

detox@5.0.3 (2017-03-16)

Full Changelog

detox@5.0.2 (2017-03-16)

Full Changelog

detox-cli@1.0.1 (2017-03-16)

Full Changelog

detox-server@1.2.1 (2017-03-16)

Full Changelog

detox@5.0.1 (2017-03-16)

Full Changelog

detox@4.3.2 (2017-03-09)

Full Changelog

Enhancements

  • Support es6 (import, async await etc) #62
  • Refactor invoke queue into promise queue and support inline awaits #38

Fixed Bugs

  • Support more than 1 action on simulator #58

Closed Issues

  • [iOS] Fail to type text with azerty Keyboard #92

Merged Pull Requests

  • Need to tap fb keg for fbsimctl install via homebrew #89 (brentvatne)

detox@4.3.1 (2017-02-26)

Full Changelog

Closed Issues

  • Potential flakiness issue with detox 4 - Doron #66

Merged Pull Requests

  • fix: ReferenceError: loglevel is not defined #88 (doronpr)

detox@4.3.0 (2017-02-20)

Full Changelog

detox@4.2.0 (2017-02-15)

Full Changelog

Closed Issues

  • fbsimctl sometimes fails with timeout on Travis CI #68

detox@4.1.4 (2017-01-19)

Full Changelog

detox@4.1.3 (2017-01-19)

Full Changelog

detox@4.1.2 (2017-01-19)

Full Changelog

detox-server@1.1.1 (2017-01-19)

Full Changelog

detox@4.1.1 (2017-01-19)

Full Changelog

Enhancements

  • Script to add scheme adds deployment target 7.0 #61

Fixed Bugs

  • Dev_Detox build builds react in release mode #73

v4.1.0 (2017-01-17)

Full Changelog

Enhancements

  • Change API to use Promises instead of callbacks #57

Closed Issues

  • Using firebase seems to cause detox to hang #70
  • git submodules prevent from switching branches #49

4.0.12 (2017-01-10)

Full Changelog

Merged Pull Requests

1000 (2016-12-05)

Full Changelog

4.0.9 (2016-12-05)

Full Changelog

4.0.8 (2016-12-05)

Full Changelog

4.0.7 (2016-12-04)

Full Changelog

4.0.6 (2016-12-04)

Full Changelog

Closed Issues

  • Red screen - Invariant Violation #51

4.0.5 (2016-12-01)

Full Changelog

4.0.4 (2016-12-01)

Full Changelog

4.0.3 (2016-12-01)

Full Changelog

4.0.2 (2016-12-01)

Full Changelog

Enhancements

  • Improve iOS React Native sync mechanism #37

Fixed Bugs

  • Need to update dependencies - issues with Xcode 8, MacOS Sierra #44
  • React Native 0.34+ not supported - testee not connected, cannot fw action #43

4.0.1 (2016-11-30)

Full Changelog

Enhancements

  • ability to select non-accessible elements #31

Merged Pull Requests

3.2.1 (2016-10-12)

Enhancements

  • add match by type #41
  • add not visible matcher #35
  • output UI Hierarchy on test failure #34
  • Add ability to wait for element to exist #30
  • Add ability to swipe a view #29
  • Add toMatch by id matcher #27
  • Add option to sendkeys to input #26

Closed Issues

  • App freezes on launch #20

Merged Pull Requests

* This Change Log was automatically generated by github_changelog_generator