Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 143.79 KB | None | 0 0
  1. +------------------------------------------------------------------------------+
  2. | (6) Detox - Run E2E Tests on Android |
  3. +------------------------------------------------------------------------------+
  4. | id: script |
  5. | version: 1.1.6 |
  6. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  7. | toolkit: bash |
  8. | time: 2021-11-23T16:42:35Z |
  9. +------------------------------------------------------------------------------+
  10. | |
  11. yarn run v1.22.11
  12. yarn run v1.22.11
  13. warning AppMobile@3.3.0: The engine "nodejs" appears to be invalid.
  14. warning AppMobile@3.3.0: The engine "nodejs" appears to be invalid.
  15. $ detox test -c android.emu.bitrise --artifacts-location ./e2e/detox_artifacts --take-screenshots failing --headless --record-logs all --loglevel trace
  16. $ RN_SRC_EXT=e2e.js react-native start > /dev/null
  17. warn Package react-native-firebase has been ignored because it contains invalid configuration. Reason: Cannot find module 'react-native-firebase/package.json'
  18. Require stack:
  19. - /Users/vagrant/git/node_modules/@react-native-community/cli/build/tools/config/resolveNodeModuleDir.js
  20. - /Users/vagrant/git/node_modules/@react-native-community/cli/build/tools/releaseChecker/index.js
  21. - /Users/vagrant/git/node_modules/@react-native-community/cli/build/commands/start/runServer.js
  22. - /Users/vagrant/git/node_modules/@react-native-community/cli/build/commands/start/start.js
  23. - /Users/vagrant/git/node_modules/@react-native-community/cli/build/commands/index.js
  24. - /Users/vagrant/git/node_modules/@react-native-community/cli/build/index.js
  25. - /Users/vagrant/git/node_modules/react-native/cli.js
  26. detox[7059] INFO: [test.js] DETOX_ARTIFACTS_LOCATION="./e2e/detox_artifacts" DETOX_CONFIGURATION="android.emu.bitrise" DETOX_HEADLESS=true DETOX_LOGLEVEL="trace" DETOX_RECORD_LOGS="all" DETOX_REPORT_SPECS=true DETOX_START_TIMESTAMP=1637685758424 DETOX_TAKE_SCREENSHOTS="failing" DETOX_USE_CUSTOM_LOGGER=true jest --config e2e/config.json --testNamePattern '^((?!:ios:).)*$' --maxWorkers 1 e2e
  27. detox[7062] TRACE: [DETOX_CREATE] created a Detox instance with config:
  28. {
  29. appsConfig: {
  30. default: {
  31. type: 'android.apk',
  32. binaryPath: 'android/app/build/outputs/apk/debug/app-debug.apk',
  33. build: 'cd android ; ./gradlew app:assembleDebug app:assembleAndroidTest -DtestBuildType=debug ; cd -'
  34. }
  35. },
  36. artifactsConfig: {
  37. rootDir: 'e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z',
  38. plugins: {
  39. log: {
  40. enabled: true,
  41. keepOnlyFailedTestsArtifacts: false
  42. },
  43. screenshot: {
  44. enabled: true,
  45. shouldTakeAutomaticSnapshots: true,
  46. keepOnlyFailedTestsArtifacts: true
  47. },
  48. video: {
  49. enabled: false,
  50. keepOnlyFailedTestsArtifacts: false
  51. },
  52. instruments: {
  53. enabled: false,
  54. keepOnlyFailedTestsArtifacts: false
  55. },
  56. timeline: {
  57. enabled: false
  58. },
  59. uiHierarchy: {
  60. enabled: false,
  61. keepOnlyFailedTestsArtifacts: false
  62. }
  63. },
  64. pathBuilder: ArtifactPathBuilder {
  65. _rootDir: 'e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z'
  66. }
  67. },
  68. behaviorConfig: {
  69. init: {
  70. reinstallApp: true,
  71. exposeGlobals: true
  72. },
  73. cleanup: {
  74. shutdownDevice: false
  75. },
  76. launchApp: 'auto'
  77. },
  78. cliConfig: {
  79. artifactsLocation: './e2e/detox_artifacts',
  80. recordLogs: 'all',
  81. takeScreenshots: 'failing',
  82. configuration: 'android.emu.bitrise',
  83. headless: true,
  84. loglevel: 'trace',
  85. useCustomLogger: true
  86. },
  87. configurationName: 'android.emu.bitrise',
  88. deviceConfig: {
  89. type: 'android.emulator',
  90. device: {
  91. avdName: 'emulator'
  92. },
  93. headless: true
  94. },
  95. runnerConfig: {
  96. testRunner: 'jest',
  97. runnerConfig: 'e2e/config.json',
  98. specs: 'e2e',
  99. skipLegacyWorkersInjection: false
  100. },
  101. sessionConfig: {
  102. autoStart: true,
  103. server: 'ws://localhost:50477',
  104. sessionId: '0d6eb8a6-5023-8fd3-6bd0-d46f94b596e4',
  105. debugSynchronization: 10000
  106. }
  107. }
  108. detox[7062] DEBUG: [WSS_CREATE] Detox server listening on localhost:50477...
  109. detox[7062] DEBUG: [WSS_CONNECTION, #50478] registered a new connection.
  110. detox[7062] TRACE: [WS_OPEN] opened web socket to: ws://localhost:50477
  111. detox[7062] TRACE: [WS_SEND] {"type":"login","params":{"sessionId":"0d6eb8a6-5023-8fd3-6bd0-d46f94b596e4","role":"tester"},"messageId":0}
  112. detox[7062] TRACE: [WSS_GET_FROM, #50478] {"type":"login","params":{"sessionId":"0d6eb8a6-5023-8fd3-6bd0-d46f94b596e4","role":"tester"},"messageId":0}
  113. detox[7062] TRACE: [SESSION_CREATED] created session 0d6eb8a6-5023-8fd3-6bd0-d46f94b596e4
  114. detox[7062] TRACE: [WSS_SEND_TO, #tester] {"type":"loginSuccess","params":{"testerConnected":true,"appConnected":false},"messageId":0}
  115. detox[7062] TRACE: [SESSION_JOINED] tester joined session 0d6eb8a6-5023-8fd3-6bd0-d46f94b596e4
  116. detox[7062] TRACE: [WS_MESSAGE] {"type":"loginSuccess","params":{"testerConnected":true,"appConnected":false},"messageId":0}
  117.  
  118. detox[7062] DEBUG: [EXEC_CMD, #0] "/usr/local/share/android-sdk/emulator/emulator" -list-avds --verbose
  119. detox[7062] TRACE: [EXEC_SUCCESS, #0] emulator
  120.  
  121. detox[7062] DEBUG: [EXEC_CMD, #1] "/usr/local/share/android-sdk/emulator/emulator" -version
  122. detox[7062] TRACE: [EXEC_SUCCESS, #1] Android emulator version 30.9.5.0 (build_id 7820599) (CL:N/A)
  123. Copyright (C) 2006-2017 The Android Open Source Project and many others.
  124. This program is a derivative of the QEMU CPU emulator (www.qemu.org).
  125.  
  126. This software is licensed under the terms of the GNU General Public
  127. License version 2, as published by the Free Software Foundation, and
  128. may be copied, distributed, and modified under those terms.
  129.  
  130. This program is distributed in the hope that it will be useful,
  131. but WITHOUT ANY WARRANTY; without even the implied warranty of
  132. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  133. GNU General Public License for more details.
  134.  
  135.  
  136. detox[7062] DEBUG: [EMU_BIN_VERSION_DETECT] Detected emulator binary version { major: 30, minor: 9, patch: 5, toString: [Function: toString] }
  137. detox[7062] DEBUG: [ALLOCATE_DEVICE] Trying to allocate a device based on "emulator"
  138. detox[7062] DEBUG: [EXEC_CMD, #2] "/usr/local/share/android-sdk/platform-tools/adb" devices
  139. detox[7062] DEBUG: [EXEC_SUCCESS, #2] List of devices attached
  140. emulator-5554 device
  141.  
  142.  
  143. detox[7062] TRACE: [TELNET_CONNECTING] port: 5554, host: localhost
  144. detox[7062] DEBUG: [DEVICE_LOOKUP] Found a matching & free device emulator-5554
  145. detox[7062] DEBUG: [ALLOCATE_DEVICE] Settled on emulator-5554
  146. detox[7062] DEBUG: [EXEC_CMD, #3] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "getprop dev.bootcomplete"
  147. detox[7062] TRACE: [EXEC_SUCCESS, #3] 1
  148.  
  149. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onBootDevice({ coldBoot: false, deviceId: 'emulator-5554', type: 'emulator' })
  150. detox[7062] DEBUG: [EXEC_CMD, #4] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "getprop ro.build.version.sdk"
  151. detox[7062] TRACE: [EXEC_SUCCESS, #4] 28
  152.  
  153. detox[7062] DEBUG: [EXEC_CMD, #5] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "settings put global animator_duration_scale 0"
  154. detox[7062] TRACE: [EXEC_SUCCESS, #5]
  155. detox[7062] DEBUG: [EXEC_CMD, #6] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "settings put global window_animation_scale 0"
  156. detox[7062] TRACE: [EXEC_SUCCESS, #6]
  157. detox[7062] DEBUG: [EXEC_CMD, #7] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "settings put global transition_animation_scale 0"
  158. detox[7062] TRACE: [EXEC_SUCCESS, #7]
  159. detox[7062] DEBUG: [EXEC_CMD, #8] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "dumpsys power | grep \"^[ ]*m[UW].*=\""
  160. detox[7062] TRACE: [EXEC_SUCCESS, #8] mWakefulness=Awake
  161. mWakefulnessChanging=false
  162. mWakeLockSummary=0x0
  163. mUserActivitySummary=0x1
  164. mWakeUpWhenPluggedOrUnpluggedConfig=false
  165. mWakeUpWhenPluggedOrUnpluggedInTheaterModeConfig=false
  166. mUserActivityTimeoutOverrideFromWindowManager=-1
  167. mUserInactiveOverrideFromWindowManager=false
  168.  
  169. detox[7062] DEBUG: [EXEC_CMD, #9] "/usr/local/share/android-sdk/build-tools/30.0.3/aapt" dump badging "/Users/vagrant/git/android/app/build/outputs/apk/debug/app-debug.apk" | grep -e "package: name="
  170. detox[7062] TRACE: [EXEC_SUCCESS, #9] package: name='com.app.mobile' versionCode='1880' versionName='3.3.0' compileSdkVersion='29' compileSdkVersionCodename='10'
  171.  
  172. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onBeforeTerminateApp({ deviceId: 'emulator-5554', bundleId: 'com.app.mobile' })
  173. detox[7062] DEBUG: [EXEC_CMD, #10] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "am force-stop com.app.mobile"
  174. detox[7062] TRACE: [EXEC_SUCCESS, #10]
  175. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onTerminateApp({ deviceId: 'emulator-5554', bundleId: 'com.app.mobile' })
  176. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onBeforeUninstallApp({ deviceId: 'emulator-5554', bundleId: 'com.app.mobile' })
  177. detox[7062] DEBUG: [EXEC_CMD, #11] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "pm list packages com.app.mobile"
  178. detox[7062] TRACE: [EXEC_SUCCESS, #11]
  179. detox[7062] DEBUG: [EXEC_CMD, #12] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "pm list packages com.app.mobile.test"
  180. detox[7062] TRACE: [EXEC_SUCCESS, #12]
  181. detox[7062] DEBUG: [EXEC_CMD, #13] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "rm -fr /data/local/tmp/detox"
  182. detox[7062] TRACE: [EXEC_SUCCESS, #13]
  183. detox[7062] DEBUG: [EXEC_CMD, #14] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "mkdir -p /data/local/tmp/detox"
  184. detox[7062] TRACE: [EXEC_SUCCESS, #14]
  185. detox[7062] DEBUG: [EXEC_CMD, #15] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 push "/Users/vagrant/git/android/app/build/outputs/apk/debug/app-debug.apk" "/data/local/tmp/detox/Application.apk"
  186. detox[7062] TRACE: [EXEC_SUCCESS, #15] /Users/vagrant/git/android/app/build/outputs/apk/debug/app-debug.apk: 1 file pushed, 0 skipped. 59.5 MB/s (73098777 bytes in 1.171s)
  187.  
  188. detox[7062] DEBUG: [EXEC_CMD, #16] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "pm install -r -g -t /data/local/tmp/detox/Application.apk"
  189. detox[7062] TRACE: [EXEC_SUCCESS, #16] Success
  190.  
  191. detox[7062] DEBUG: [EXEC_CMD, #17] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 push "/Users/vagrant/git/android/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk" "/data/local/tmp/detox/Test.apk"
  192. detox[7062] TRACE: [EXEC_SUCCESS, #17] /Users/vagrant/git/android/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk: 1 file pushed, 0 skipped. 67.6 MB/s (4537113 bytes in 0.064s)
  193.  
  194. detox[7062] DEBUG: [EXEC_CMD, #18] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "pm install -r -g -t /data/local/tmp/detox/Test.apk"
  195. detox[7062] TRACE: [EXEC_SUCCESS, #18] Success
  196.  
  197. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onBeforeTerminateApp({ deviceId: 'emulator-5554', bundleId: 'com.app.mobile' })
  198. detox[7062] DEBUG: [EXEC_CMD, #19] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "am force-stop com.app.mobile"
  199. detox[7062] TRACE: [EXEC_SUCCESS, #19]
  200. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onTerminateApp({ deviceId: 'emulator-5554', bundleId: 'com.app.mobile' })
  201. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onBeforeLaunchApp({
  202. deviceId: 'emulator-5554',
  203. bundleId: 'com.app.mobile',
  204. launchArgs: {
  205. detoxServer: 'ws://localhost:50477',
  206. detoxSessionId: '0d6eb8a6-5023-8fd3-6bd0-d46f94b596e4'
  207. }
  208. })
  209. detox[7062] DEBUG: [EXEC_CMD, #20] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "date +\"%m-%d %T.000\""
  210. detox[7062] TRACE: [EXEC_SUCCESS, #20] 11-23 16:43:02.000
  211.  
  212. detox[7062] DEBUG: [EXEC_CMD, #21] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 reverse tcp:50477 tcp:50477
  213. detox[7062] TRACE: [EXEC_SUCCESS, #21]
  214. detox[7062] DEBUG: [EXEC_CMD, #22] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "pm list instrumentation"
  215. detox[7062] TRACE: [EXEC_SUCCESS, #22] instrumentation:com.app.mobile.test/androidx.test.runner.AndroidJUnitRunner (target=com.app.mobile)
  216. instrumentation:org.chromium.webview_shell/.WebViewLayoutTestRunner (target=org.chromium.webview_shell)
  217.  
  218. detox[7062] DEBUG: [SPAWN_CMD, #7102] /usr/local/share/android-sdk/platform-tools/adb -s emulator-5554 shell am instrument -w -r -e detoxServer ws://localhost:50477 -e detoxSessionId 0d6eb8a6-5023-8fd3-6bd0-d46f94b596e4 -e debug false com.app.mobile.test/androidx.test.runner.AndroidJUnitRunner
  219. detox[7062] DEBUG: [EXEC_CMD, #23] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "ps | grep \"com\.app\.mobile$\""
  220. detox[7062] TRACE: [EXEC_SUCCESS, #23] u0_a85 6586 1897 1417868 75540 0 0 R com.app.mobile
  221.  
  222. detox[6586] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onLaunchApp({
  223. deviceId: 'emulator-5554',
  224. bundleId: 'com.app.mobile',
  225. launchArgs: {
  226. detoxServer: 'ws://localhost:50477',
  227. detoxSessionId: '0d6eb8a6-5023-8fd3-6bd0-d46f94b596e4'
  228. },
  229. pid: 6586
  230. })
  231. detox[7062] TRACE: [ARTIFACT_START] starting ADBLogcatRecording
  232. detox[7062] DEBUG: [SPAWN_CMD, #7106] /usr/local/share/android-sdk/platform-tools/adb -s emulator-5554 shell "logcat -T \"11-23 16:43:02.000\" --pid=6586 -f /sdcard/164253173_0.log"
  233. detox[7062] DEBUG: [EXEC_CMD, #24] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell du /sdcard/164253173_0.log
  234. detox[7062] TRACE: [EXEC_SUCCESS, #24] 4 /sdcard/164253173_0.log
  235.  
  236. detox[7062] TRACE: [SPAWN_STDOUT, #7102] INSTRUMENTATION_STATUS: class=com.app.mobile.DetoxTest
  237. INSTRUMENTATION_STATUS: current=1
  238. INSTRUMENTATION_STATUS: id=AndroidJUnitRunner
  239. INSTRUMENTATION_STATUS: numtests=1
  240.  
  241. detox[7062] TRACE: [SPAWN_STDOUT, #7102] INSTRUMENTATION_STATUS: stream=
  242. com.app.mobile.DetoxTest:
  243. INSTRUMENTATION_STATUS: test=runDetoxTests
  244. INSTRUMENTATION_STATUS_CODE: 1
  245.  
  246. detox[7062] DEBUG: [WSS_CONNECTION, #50572] registered a new connection.
  247. detox[7062] TRACE: [WSS_GET_FROM, #50572] {"messageId":0,"type":"login","params":{"role":"app","sessionId":"0d6eb8a6-5023-8fd3-6bd0-d46f94b596e4"}}
  248. detox[7062] TRACE: [WSS_SEND_TO, #app] {"messageId":0,"type":"loginSuccess","params":{"testerConnected":true,"appConnected":true}}
  249. detox[7062] TRACE: [SESSION_JOINED] app joined session 0d6eb8a6-5023-8fd3-6bd0-d46f94b596e4
  250. detox[7062] TRACE: [WSS_SEND_TO, #tester] {"type":"appConnected"}
  251. detox[7062] TRACE: [WS_MESSAGE] {"type":"appConnected"}
  252.  
  253. detox[7062] TRACE: [WS_SEND] {"type":"isReady","params":{},"messageId":-1000}
  254. detox[7062] TRACE: [WSS_GET_FROM, #tester] {"type":"isReady","params":{},"messageId":-1000}
  255. detox[7062] TRACE: [WSS_SEND_TO, #app] {"type":"isReady","params":{},"messageId":-1000}
  256. detox[7062] TRACE: [WS_SEND] {"type":"currentStatus","params":{},"messageId":1}
  257. detox[7062] TRACE: [WSS_GET_FROM, #tester] {"type":"currentStatus","params":{},"messageId":1}
  258. detox[7062] TRACE: [WSS_SEND_TO, #app] {"type":"currentStatus","params":{},"messageId":1}
  259. detox[7062] DEBUG: [APP_STATUS] Failed to execute the current status query.
  260. detox[7062] TRACE: [WSS_GET_FROM, #app] {"messageId":-10000,"type":"AppWillTerminateWithError","params":{"errorDetails":"@Thread detox.primary(379):\ncom.wix.detox.common.DetoxErrors$DetoxRuntimeException: Waited for the new RN-context for too long! (180 seconds)\nIf you think that's not long enough, consider applying a custom Detox runtime-config in DetoxTest.runTests().\n\tat com.wix.detox.reactnative.ReactNativeLoadingMonitor.awaitNewRNContext(ReactNativeLoadingMonitor.kt:59)\n\tat com.wix.detox.reactnative.ReactNativeLoadingMonitor.getNewContext(ReactNativeLoadingMonitor.kt:24)\n\tat com.wix.detox.reactnative.ReactNativeExtension.awaitNewReactNativeContext(ReactNativeExtension.kt:124)\n\tat com.wix.detox.reactnative.ReactNativeExtension.waitForRNBootstrap(ReactNativeExtension.kt:59)\n\tat com.wix.detox.DetoxMain.initReactNativeIfNeeded(DetoxMain.kt:102)\n\tat com.wix.detox.DetoxMain.doInit(DetoxMain.kt:34)\n\tat com.wix.detox.DetoxMain.access$doInit(DetoxMain.kt:15)\n\tat com.wix.detox.DetoxMain$initActionHandlers$$inlined$with$lambda$1.handle(DetoxMain.kt:52)\n\tat com.wix.detox.adapters.server.ActionsExecutor$executeAction$$inlined$let$lambda$1.run(DetoxActionsDispatcher.kt:64)\n\tat android.os.Handler.handleCallback(Handler.java:873)\n\tat android.os.Handler.dispatchMessage(Handler.java:99)\n\tat android.os.Looper.loop(Looper.java:193)\n\tat com.wix.detox.adapters.server.ActionsExecutor$1.run(DetoxActionsDispatcher.kt:50)\n\tat java.lang.Thread.run(Thread.java:764)\n\nCheck device logs for full details!"}}
  261. detox[7062] TRACE: [WSS_SEND_TO, #tester] {"messageId":-10000,"type":"AppWillTerminateWithError","params":{"errorDetails":"@Thread detox.primary(379):\ncom.wix.detox.common.DetoxErrors$DetoxRuntimeException: Waited for the new RN-context for too long! (180 seconds)\nIf you think that's not long enough, consider applying a custom Detox runtime-config in DetoxTest.runTests().\n\tat com.wix.detox.reactnative.ReactNativeLoadingMonitor.awaitNewRNContext(ReactNativeLoadingMonitor.kt:59)\n\tat com.wix.detox.reactnative.ReactNativeLoadingMonitor.getNewContext(ReactNativeLoadingMonitor.kt:24)\n\tat com.wix.detox.reactnative.ReactNativeExtension.awaitNewReactNativeContext(ReactNativeExtension.kt:124)\n\tat com.wix.detox.reactnative.ReactNativeExtension.waitForRNBootstrap(ReactNativeExtension.kt:59)\n\tat com.wix.detox.DetoxMain.initReactNativeIfNeeded(DetoxMain.kt:102)\n\tat com.wix.detox.DetoxMain.doInit(DetoxMain.kt:34)\n\tat com.wix.detox.DetoxMain.access$doInit(DetoxMain.kt:15)\n\tat com.wix.detox.DetoxMain$initActionHandlers$$inlined$with$lambda$1.handle(DetoxMain.kt:52)\n\tat com.wix.detox.adapters.server.ActionsExecutor$executeAction$$inlined$let$lambda$1.run(DetoxActionsDispatcher.kt:64)\n\tat android.os.Handler.handleCallback(Handler.java:873)\n\tat android.os.Handler.dispatchMessage(Handler.java:99)\n\tat android.os.Looper.loop(Looper.java:193)\n\tat com.wix.detox.adapters.server.ActionsExecutor$1.run(DetoxActionsDispatcher.kt:50)\n\tat java.lang.Thread.run(Thread.java:764)\n\nCheck device logs for full details!"}}
  262. detox[7062] TRACE: [WSS_GET_FROM, #app] {"messageId":1,"type":"currentStatusResult","params":{"status":"App synchronization debug: The app appears to be idle!"}}
  263. detox[7062] TRACE: [WSS_SEND_TO, #tester] {"messageId":1,"type":"currentStatusResult","params":{"status":"App synchronization debug: The app appears to be idle!"}}
  264. detox[7062] TRACE: [WS_MESSAGE] {"messageId":-10000,"type":"AppWillTerminateWithError","params":{"errorDetails":"@Thread detox.primary(379):\ncom.wix.detox.common.DetoxErrors$DetoxRuntimeException: Waited for the new RN-context for too long! (180 seconds)\nIf you think that's not long enough, consider applying a custom Detox runtime-config in DetoxTest.runTests().\n\tat com.wix.detox.reactnative.ReactNativeLoadingMonitor.awaitNewRNContext(ReactNativeLoadingMonitor.kt:59)\n\tat com.wix.detox.reactnative.ReactNativeLoadingMonitor.getNewContext(ReactNativeLoadingMonitor.kt:24)\n\tat com.wix.detox.reactnative.ReactNativeExtension.awaitNewReactNativeContext(ReactNativeExtension.kt:124)\n\tat com.wix.detox.reactnative.ReactNativeExtension.waitForRNBootstrap(ReactNativeExtension.kt:59)\n\tat com.wix.detox.DetoxMain.initReactNativeIfNeeded(DetoxMain.kt:102)\n\tat com.wix.detox.DetoxMain.doInit(DetoxMain.kt:34)\n\tat com.wix.detox.DetoxMain.access$doInit(DetoxMain.kt:15)\n\tat com.wix.detox.DetoxMain$initActionHandlers$$inlined$with$lambda$1.handle(DetoxMain.kt:52)\n\tat com.wix.detox.adapters.server.ActionsExecutor$executeAction$$inlined$let$lambda$1.run(DetoxActionsDispatcher.kt:64)\n\tat android.os.Handler.handleCallback(Handler.java:873)\n\tat android.os.Handler.dispatchMessage(Handler.java:99)\n\tat android.os.Looper.loop(Looper.java:193)\n\tat com.wix.detox.adapters.server.ActionsExecutor$1.run(DetoxActionsDispatcher.kt:50)\n\tat java.lang.Thread.run(Thread.java:764)\n\nCheck device logs for full details!"}}
  265.  
  266. detox[7062] TRACE: [WS_MESSAGE] {"messageId":1,"type":"currentStatusResult","params":{"status":"App synchronization debug: The app appears to be idle!"}}
  267.  
  268. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onBeforeTerminateApp({ deviceId: 'emulator-5554', bundleId: 'com.app.mobile' })
  269. detox[7062] TRACE: [SPAWN_KILL, #7102] sending SIGINT to: /usr/local/share/android-sdk/platform-tools/adb -s emulator-5554 shell am instrument -w -r -e detoxServer ws://localhost:50477 -e detoxSessionId 0d6eb8a6-5023-8fd3-6bd0-d46f94b596e4 -e debug false com.app.mobile.test/androidx.test.runner.AndroidJUnitRunner
  270. detox[7062] DEBUG: [SPAWN_END, #7102] /usr/local/share/android-sdk/platform-tools/adb -s emulator-5554 shell am instrument -w -r -e detoxServer ws://localhost:50477 -e detoxSessionId 0d6eb8a6-5023-8fd3-6bd0-d46f94b596e4 -e debug false com.app.mobile.test/androidx.test.runner.AndroidJUnitRunner terminated with SIGINT
  271. detox[7062] DEBUG: [EXEC_CMD, #25] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "am force-stop com.app.mobile"
  272. detox[7062] DEBUG: [EXEC_CMD, #26] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 reverse --remove tcp:50477
  273. detox[7062] INFO: Account: Menu items: should redirect to User profile
  274. detox[7062] TRACE: [DETOX_BEFORE_EACH] running test: "Account: Menu items should redirect to User profile"
  275. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onTestStart({
  276. title: 'should redirect to User profile',
  277. fullName: 'Account: Menu items should redirect to User profile',
  278. status: 'running'
  279. })
  280. detox[7062] TRACE: [ARTIFACT_STOP] stopping ADBLogcatRecording
  281. detox[7062] TRACE: [ARTIFACT_START] starting ADBScreencapRecording
  282. detox[7062] DEBUG: [EXEC_CMD, #27] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "screencap /sdcard/164253173_1.png"
  283. detox[7062] DEBUG: [EXEC_CMD, #28] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "date +\"%m-%d %T.000\""
  284. detox[7062] TRACE: [EXEC_SUCCESS, #26]
  285. detox[7062] TRACE: [EXEC_SUCCESS, #28] 11-23 16:46:32.000
  286.  
  287. detox[7062] TRACE: [SPAWN_KILL, #7106] sending SIGINT to: /usr/local/share/android-sdk/platform-tools/adb -s emulator-5554 shell logcat -T "11-23 16:43:02.000" --pid=6586 -f /sdcard/164253173_0.log
  288. detox[7062] DEBUG: [SPAWN_END, #7106] /usr/local/share/android-sdk/platform-tools/adb -s emulator-5554 shell "logcat -T \"11-23 16:43:02.000\" --pid=6586 -f /sdcard/164253173_0.log" terminated with SIGINT
  289. detox[7062] TRACE: [ARTIFACT_START] starting ADBLogcatRecording
  290. detox[7062] DEBUG: [SPAWN_CMD, #7342] /usr/local/share/android-sdk/platform-tools/adb -s emulator-5554 shell "logcat -T \"11-23 16:46:32.000\" --pid=6586 -f /sdcard/164253173_2.log"
  291. detox[7062] TRACE: [SESSION_TORN] app exited session 0d6eb8a6-5023-8fd3-6bd0-d46f94b596e4
  292. detox[7062] TRACE: [WSS_SEND_TO, #tester] {"type":"appDisconnected"}
  293. detox[7062] TRACE: [WS_MESSAGE] {"type":"appDisconnected"}
  294.  
  295. detox[7062] DEBUG: [EXEC_CMD, #29] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell du /sdcard/164253173_2.log
  296. detox[7062] TRACE: [EXEC_SUCCESS, #25]
  297. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onTerminateApp({ deviceId: 'emulator-5554', bundleId: 'com.app.mobile' })
  298. detox[7062] TRACE: [EXEC_SUCCESS, #29] 0 /sdcard/164253173_2.log
  299.  
  300. detox[7062] TRACE: [EXEC_SUCCESS, #27]
  301. detox[7062] TRACE: [ARTIFACT_STOP] stopping ADBScreencapRecording
  302. detox[7062] TRACE: [WS_SEND] {"type":"reactNativeReload","params":{},"messageId":-1000}
  303. detox[7062] TRACE: [WSS_GET_FROM, #tester] {"type":"reactNativeReload","params":{},"messageId":-1000}
  304. detox[7062] TRACE: [WSS_SEND_TO, #tester] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":-1000}
  305. detox[7062] TRACE: [WS_MESSAGE] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":-1000}
  306.  
  307. detox[7062] ERROR: [Client.js/ERROR] Detox can't seem to connect to the test app(s)!
  308.  
  309. HINT:
  310.  
  311. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  312. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  313.  
  314. ---
  315. The following package could not be delivered:
  316.  
  317. {
  318. type: 'reactNativeReload',
  319. params: {},
  320. messageId: -1000
  321. }
  322. detox[7062] TRACE: [WS_SEND] {"type":"invoke","params":{"target":{"type":"Class","value":"com.wix.detox.espresso.EspressoDetox"},"method":"perform","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"androidx.test.espresso.Espresso"},"method":"onView","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxMatcher"},"method":"matcherForTestId","args":["AccountScreen.button.myProfile"]}}]}},{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxViewActions"},"method":"click","args":[]}}]},"messageId":2}
  323. detox[7062] TRACE: [WSS_GET_FROM, #tester] {"type":"invoke","params":{"target":{"type":"Class","value":"com.wix.detox.espresso.EspressoDetox"},"method":"perform","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"androidx.test.espresso.Espresso"},"method":"onView","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxMatcher"},"method":"matcherForTestId","args":["AccountScreen.button.myProfile"]}}]}},{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxViewActions"},"method":"click","args":[]}}]},"messageId":2}
  324. detox[7062] TRACE: [WSS_SEND_TO, #tester] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 2\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 2\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":2}
  325. detox[7062] TRACE: [WS_MESSAGE] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 2\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 2\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":2}
  326.  
  327. detox[7062] ERROR: [Client.js/ERROR] Detox can't seem to connect to the test app(s)!
  328.  
  329. HINT:
  330.  
  331. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  332. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  333.  
  334. ---
  335. The following package could not be delivered:
  336.  
  337. {
  338. type: 'invoke',
  339. params: [Object],
  340. messageId: 2
  341. }
  342. detox[7062] INFO: Account: Menu items: should redirect to User profile [FAIL]
  343. detox[7062] INFO: Account: Menu items: should redirect to Help and assistance
  344. detox[7062] TRACE: [DETOX_AFTER_EACH] failed test: "Account: Menu items should redirect to User profile"
  345. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onTestDone({
  346. title: 'should redirect to User profile',
  347. fullName: 'Account: Menu items should redirect to User profile',
  348. status: 'failed',
  349. timedOut: false
  350. })
  351. detox[7062] TRACE: [ARTIFACT_STOP] stopping ADBLogcatRecording
  352. detox[7062] TRACE: [ARTIFACT_START] starting ADBScreencapRecording
  353. detox[7062] DEBUG: [EXEC_CMD, #30] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "screencap /sdcard/164253173_3.png"
  354. detox[7062] DEBUG: [EXEC_CMD, #31] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "date +\"%m-%d %T.000\""
  355. detox[7062] TRACE: [EXEC_SUCCESS, #31] 11-23 16:46:37.000
  356.  
  357. detox[7062] TRACE: [SPAWN_KILL, #7342] sending SIGINT to: /usr/local/share/android-sdk/platform-tools/adb -s emulator-5554 shell logcat -T "11-23 16:46:32.000" --pid=6586 -f /sdcard/164253173_2.log
  358. detox[7062] DEBUG: [SPAWN_END, #7342] /usr/local/share/android-sdk/platform-tools/adb -s emulator-5554 shell "logcat -T \"11-23 16:46:32.000\" --pid=6586 -f /sdcard/164253173_2.log" terminated with SIGINT
  359. detox[7062] TRACE: [ARTIFACT_SAVE] saving ADBLogcatRecording to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to User profile/device.log
  360. detox[7062] DEBUG: [EXEC_CMD, #32] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 pull "/sdcard/164253173_2.log" "e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to User profile/device.log"
  361. detox[7062] TRACE: [EXEC_SUCCESS, #32] /sdcard/164253173_2.log: 1 file pulled, 0 skipped.
  362.  
  363. detox[7062] DEBUG: [EXEC_CMD, #33] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "rm \"/sdcard/164253173_2.log\""
  364. detox[7062] TRACE: [EXEC_SUCCESS, #33]
  365. detox[7062] TRACE: [ARTIFACT_SAVE] saving ADBLogcatRecording to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/emulator-5554 2021-11-23 16-46-38Z.startup.log
  366. detox[7062] DEBUG: [EXEC_CMD, #34] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 pull "/sdcard/164253173_0.log" "e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/emulator-5554 2021-11-23 16-46-38Z.startup.log"
  367. detox[7062] TRACE: [EXEC_SUCCESS, #34] /sdcard/164253173_0.log: 1 file pulled, 0 skipped. 6.5 MB/s (45670 bytes in 0.007s)
  368.  
  369. detox[7062] DEBUG: [EXEC_CMD, #35] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "rm \"/sdcard/164253173_0.log\""
  370. detox[7062] TRACE: [EXEC_SUCCESS, #35]
  371. detox[7062] TRACE: [EXEC_SUCCESS, #30]
  372. detox[7062] TRACE: [ARTIFACT_STOP] stopping ADBScreencapRecording
  373. detox[7062] TRACE: [DETOX_BEFORE_EACH] running test: "Account: Menu items should redirect to Help and assistance"
  374. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onTestStart({
  375. title: 'should redirect to Help and assistance',
  376. fullName: 'Account: Menu items should redirect to Help and assistance',
  377. status: 'running'
  378. })
  379. detox[7062] TRACE: [ARTIFACT_START] starting ADBLogcatRecording
  380. detox[7062] DEBUG: [ADBLogcatRecording.js] Ignoring a command to start recording, because PID of the app is missing
  381. detox[7062] TRACE: [ARTIFACT_START] starting ADBScreencapRecording
  382. detox[7062] DEBUG: [EXEC_CMD, #36] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "screencap /sdcard/164253173_5.png"
  383. detox[7062] TRACE: [ARTIFACT_SAVE] saving ADBScreencapRecording to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to User profile/testStart.png
  384. detox[7062] DEBUG: [EXEC_CMD, #37] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 pull "/sdcard/164253173_1.png" "e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to User profile/testStart.png"
  385. detox[7062] TRACE: [EXEC_SUCCESS, #37] /sdcard/164253173_1.png: 1 file pulled, 0 skipped. 1.7 MB/s (30908 bytes in 0.017s)
  386.  
  387. detox[7062] DEBUG: [EXEC_CMD, #38] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "rm \"/sdcard/164253173_1.png\""
  388. detox[7062] TRACE: [EXEC_SUCCESS, #38]
  389. detox[7062] TRACE: [ARTIFACT_SAVE] saving ADBScreencapRecording to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to User profile/testDone.png
  390. detox[7062] DEBUG: [EXEC_CMD, #39] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 pull "/sdcard/164253173_3.png" "e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to User profile/testDone.png"
  391. detox[7062] TRACE: [EXEC_SUCCESS, #39] /sdcard/164253173_3.png: 1 file pulled, 0 skipped. 13.3 MB/s (484272 bytes in 0.035s)
  392.  
  393. detox[7062] DEBUG: [EXEC_CMD, #40] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "rm \"/sdcard/164253173_3.png\""
  394. detox[7062] TRACE: [EXEC_SUCCESS, #40]
  395. detox[7062] TRACE: [EXEC_SUCCESS, #36]
  396. detox[7062] TRACE: [ARTIFACT_STOP] stopping ADBScreencapRecording
  397. detox[7062] TRACE: [WS_SEND] {"type":"reactNativeReload","params":{},"messageId":-1000}
  398. detox[7062] TRACE: [WSS_GET_FROM, #tester] {"type":"reactNativeReload","params":{},"messageId":-1000}
  399. detox[7062] TRACE: [WSS_SEND_TO, #tester] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":-1000}
  400. detox[7062] TRACE: [WS_MESSAGE] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":-1000}
  401.  
  402. detox[7062] ERROR: [Client.js/ERROR] Detox can't seem to connect to the test app(s)!
  403.  
  404. HINT:
  405.  
  406. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  407. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  408.  
  409. ---
  410. The following package could not be delivered:
  411.  
  412. {
  413. type: 'reactNativeReload',
  414. params: {},
  415. messageId: -1000
  416. }
  417. detox[7062] TRACE: [WS_SEND] {"type":"invoke","params":{"target":{"type":"Class","value":"com.wix.detox.espresso.EspressoDetox"},"method":"perform","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"androidx.test.espresso.Espresso"},"method":"onView","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxMatcher"},"method":"matcherForTestId","args":["AccountScreen.button.helpAndAssistance"]}}]}},{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxViewActions"},"method":"click","args":[]}}]},"messageId":3}
  418. detox[7062] TRACE: [WSS_GET_FROM, #tester] {"type":"invoke","params":{"target":{"type":"Class","value":"com.wix.detox.espresso.EspressoDetox"},"method":"perform","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"androidx.test.espresso.Espresso"},"method":"onView","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxMatcher"},"method":"matcherForTestId","args":["AccountScreen.button.helpAndAssistance"]}}]}},{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxViewActions"},"method":"click","args":[]}}]},"messageId":3}
  419. detox[7062] TRACE: [WSS_SEND_TO, #tester] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 3\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 3\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":3}
  420. detox[7062] TRACE: [WS_MESSAGE] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 3\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 3\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":3}
  421.  
  422. detox[7062] ERROR: [Client.js/ERROR] Detox can't seem to connect to the test app(s)!
  423.  
  424. HINT:
  425.  
  426. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  427. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  428.  
  429. ---
  430. The following package could not be delivered:
  431.  
  432. {
  433. type: 'invoke',
  434. params: [Object],
  435. messageId: 3
  436. }
  437. detox[7062] INFO: Account: Menu items: should redirect to Help and assistance [FAIL]
  438. detox[7062] INFO: Account: Menu items: should redirect to create new journal
  439. detox[7062] TRACE: [DETOX_AFTER_EACH] failed test: "Account: Menu items should redirect to Help and assistance"
  440. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onTestDone({
  441. title: 'should redirect to Help and assistance',
  442. fullName: 'Account: Menu items should redirect to Help and assistance',
  443. status: 'failed',
  444. timedOut: false
  445. })
  446. detox[7062] TRACE: [ARTIFACT_STOP] stopping ADBLogcatRecording
  447. detox[7062] TRACE: [ARTIFACT_START] starting ADBScreencapRecording
  448. detox[7062] DEBUG: [EXEC_CMD, #41] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "screencap /sdcard/164253173_6.png"
  449. detox[7062] DEBUG: [EXEC_CMD, #42] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "date +\"%m-%d %T.000\""
  450. detox[7062] TRACE: [EXEC_SUCCESS, #42] 11-23 16:46:42.000
  451.  
  452. detox[7062] TRACE: [ARTIFACT_SAVE] saving ADBLogcatRecording to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to Help and assistance/device.log
  453. detox[7062] DEBUG: [ADBLogcatRecording.js] Skipping saving artifact because the recording has not started: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to Help and assistance/device.log
  454. detox[7062] TRACE: [EXEC_SUCCESS, #41]
  455. detox[7062] TRACE: [ARTIFACT_STOP] stopping ADBScreencapRecording
  456. detox[7062] TRACE: [DETOX_BEFORE_EACH] running test: "Account: Menu items should redirect to create new journal"
  457. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onTestStart({
  458. title: 'should redirect to create new journal',
  459. fullName: 'Account: Menu items should redirect to create new journal',
  460. status: 'running'
  461. })
  462. detox[7062] TRACE: [ARTIFACT_START] starting ADBLogcatRecording
  463. detox[7062] DEBUG: [ADBLogcatRecording.js] Ignoring a command to start recording, because PID of the app is missing
  464. detox[7062] TRACE: [ARTIFACT_START] starting ADBScreencapRecording
  465. detox[7062] DEBUG: [EXEC_CMD, #43] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "screencap /sdcard/164253173_8.png"
  466. detox[7062] TRACE: [ARTIFACT_SAVE] saving ADBScreencapRecording to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to Help and assistance/testStart.png
  467. detox[7062] DEBUG: [EXEC_CMD, #44] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 pull "/sdcard/164253173_5.png" "e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to Help and assistance/testStart.png"
  468. detox[7062] TRACE: [EXEC_SUCCESS, #44] /sdcard/164253173_5.png: 1 file pulled, 0 skipped. 20.5 MB/s (486933 bytes in 0.023s)
  469.  
  470. detox[7062] DEBUG: [EXEC_CMD, #45] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "rm \"/sdcard/164253173_5.png\""
  471. detox[7062] TRACE: [EXEC_SUCCESS, #45]
  472. detox[7062] TRACE: [ARTIFACT_SAVE] saving ADBScreencapRecording to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to Help and assistance/testDone.png
  473. detox[7062] DEBUG: [EXEC_CMD, #46] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 pull "/sdcard/164253173_6.png" "e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to Help and assistance/testDone.png"
  474. detox[7062] TRACE: [EXEC_SUCCESS, #46] /sdcard/164253173_6.png: 1 file pulled, 0 skipped. 10.0 MB/s (486933 bytes in 0.046s)
  475.  
  476. detox[7062] DEBUG: [EXEC_CMD, #47] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "rm \"/sdcard/164253173_6.png\""
  477. detox[7062] TRACE: [EXEC_SUCCESS, #47]
  478. detox[7062] TRACE: [EXEC_SUCCESS, #43]
  479. detox[7062] TRACE: [ARTIFACT_STOP] stopping ADBScreencapRecording
  480. detox[7062] TRACE: [WS_SEND] {"type":"reactNativeReload","params":{},"messageId":-1000}
  481. detox[7062] TRACE: [WSS_GET_FROM, #tester] {"type":"reactNativeReload","params":{},"messageId":-1000}
  482. detox[7062] TRACE: [WSS_SEND_TO, #tester] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":-1000}
  483. detox[7062] TRACE: [WS_MESSAGE] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":-1000}
  484.  
  485. detox[7062] ERROR: [Client.js/ERROR] Detox can't seem to connect to the test app(s)!
  486.  
  487. HINT:
  488.  
  489. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  490. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  491.  
  492. ---
  493. The following package could not be delivered:
  494.  
  495. {
  496. type: 'reactNativeReload',
  497. params: {},
  498. messageId: -1000
  499. }
  500. detox[7062] TRACE: [WS_SEND] {"type":"invoke","params":{"target":{"type":"Class","value":"com.wix.detox.espresso.EspressoDetox"},"method":"perform","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"androidx.test.espresso.Espresso"},"method":"onView","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxMatcher"},"method":"matcherForTestId","args":["AccountScreen.button.createJournal"]}}]}},{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxViewActions"},"method":"click","args":[]}}]},"messageId":4}
  501. detox[7062] TRACE: [WSS_GET_FROM, #tester] {"type":"invoke","params":{"target":{"type":"Class","value":"com.wix.detox.espresso.EspressoDetox"},"method":"perform","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"androidx.test.espresso.Espresso"},"method":"onView","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxMatcher"},"method":"matcherForTestId","args":["AccountScreen.button.createJournal"]}}]}},{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxViewActions"},"method":"click","args":[]}}]},"messageId":4}
  502. detox[7062] TRACE: [WSS_SEND_TO, #tester] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 4\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 4\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":4}
  503. detox[7062] TRACE: [WS_MESSAGE] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 4\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 4\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":4}
  504.  
  505. detox[7062] ERROR: [Client.js/ERROR] Detox can't seem to connect to the test app(s)!
  506.  
  507. HINT:
  508.  
  509. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  510. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  511.  
  512. ---
  513. The following package could not be delivered:
  514.  
  515. {
  516. type: 'invoke',
  517. params: [Object],
  518. messageId: 4
  519. }
  520. detox[7062] INFO: Account: Menu items: should redirect to create new journal [FAIL]
  521. detox[7062] INFO: Account: Menu items: should redirect to Join a journal
  522. detox[7062] TRACE: [DETOX_AFTER_EACH] failed test: "Account: Menu items should redirect to create new journal"
  523. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onTestDone({
  524. title: 'should redirect to create new journal',
  525. fullName: 'Account: Menu items should redirect to create new journal',
  526. status: 'failed',
  527. timedOut: false
  528. })
  529. detox[7062] TRACE: [ARTIFACT_STOP] stopping ADBLogcatRecording
  530. detox[7062] TRACE: [ARTIFACT_START] starting ADBScreencapRecording
  531. detox[7062] DEBUG: [EXEC_CMD, #48] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "screencap /sdcard/164253173_9.png"
  532. detox[7062] DEBUG: [EXEC_CMD, #49] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "date +\"%m-%d %T.000\""
  533. detox[7062] TRACE: [EXEC_SUCCESS, #49] 11-23 16:46:45.000
  534.  
  535. detox[7062] TRACE: [ARTIFACT_SAVE] saving ADBLogcatRecording to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to create new journal/device.log
  536. detox[7062] DEBUG: [ADBLogcatRecording.js] Skipping saving artifact because the recording has not started: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to create new journal/device.log
  537. detox[7062] TRACE: [EXEC_SUCCESS, #48]
  538. detox[7062] TRACE: [ARTIFACT_STOP] stopping ADBScreencapRecording
  539. detox[7062] TRACE: [DETOX_BEFORE_EACH] running test: "Account: Menu items should redirect to Join a journal"
  540. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onTestStart({
  541. title: 'should redirect to Join a journal',
  542. fullName: 'Account: Menu items should redirect to Join a journal',
  543. status: 'running'
  544. })
  545. detox[7062] TRACE: [ARTIFACT_START] starting ADBLogcatRecording
  546. detox[7062] DEBUG: [ADBLogcatRecording.js] Ignoring a command to start recording, because PID of the app is missing
  547. detox[7062] TRACE: [ARTIFACT_START] starting ADBScreencapRecording
  548. detox[7062] DEBUG: [EXEC_CMD, #50] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "screencap /sdcard/164253173_11.png"
  549. detox[7062] TRACE: [ARTIFACT_SAVE] saving ADBScreencapRecording to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to create new journal/testStart.png
  550. detox[7062] DEBUG: [EXEC_CMD, #51] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 pull "/sdcard/164253173_8.png" "e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to create new journal/testStart.png"
  551. detox[7062] TRACE: [EXEC_SUCCESS, #51] /sdcard/164253173_8.png: 1 file pulled, 0 skipped. 41.6 MB/s (486933 bytes in 0.011s)
  552.  
  553. detox[7062] DEBUG: [EXEC_CMD, #52] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "rm \"/sdcard/164253173_8.png\""
  554. detox[7062] TRACE: [EXEC_SUCCESS, #52]
  555. detox[7062] TRACE: [ARTIFACT_SAVE] saving ADBScreencapRecording to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to create new journal/testDone.png
  556. detox[7062] DEBUG: [EXEC_CMD, #53] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 pull "/sdcard/164253173_9.png" "e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to create new journal/testDone.png"
  557. detox[7062] TRACE: [EXEC_SUCCESS, #53] /sdcard/164253173_9.png: 1 file pulled, 0 skipped. 12.6 MB/s (486933 bytes in 0.037s)
  558.  
  559. detox[7062] DEBUG: [EXEC_CMD, #54] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "rm \"/sdcard/164253173_9.png\""
  560. detox[7062] TRACE: [EXEC_SUCCESS, #54]
  561. detox[7062] TRACE: [EXEC_SUCCESS, #50]
  562. detox[7062] TRACE: [ARTIFACT_STOP] stopping ADBScreencapRecording
  563. detox[7062] TRACE: [WS_SEND] {"type":"reactNativeReload","params":{},"messageId":-1000}
  564. detox[7062] TRACE: [WSS_GET_FROM, #tester] {"type":"reactNativeReload","params":{},"messageId":-1000}
  565. detox[7062] TRACE: [WSS_SEND_TO, #tester] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":-1000}
  566. detox[7062] TRACE: [WS_MESSAGE] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":-1000}
  567.  
  568. detox[7062] ERROR: [Client.js/ERROR] Detox can't seem to connect to the test app(s)!
  569.  
  570. HINT:
  571.  
  572. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  573. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  574.  
  575. ---
  576. The following package could not be delivered:
  577.  
  578. {
  579. type: 'reactNativeReload',
  580. params: {},
  581. messageId: -1000
  582. }
  583. detox[7062] TRACE: [WS_SEND] {"type":"invoke","params":{"target":{"type":"Class","value":"com.wix.detox.espresso.EspressoDetox"},"method":"perform","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"androidx.test.espresso.Espresso"},"method":"onView","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxMatcher"},"method":"matcherForTestId","args":["AccountScreen.button.joinJournal"]}}]}},{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxViewActions"},"method":"click","args":[]}}]},"messageId":5}
  584. detox[7062] TRACE: [WSS_GET_FROM, #tester] {"type":"invoke","params":{"target":{"type":"Class","value":"com.wix.detox.espresso.EspressoDetox"},"method":"perform","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"androidx.test.espresso.Espresso"},"method":"onView","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxMatcher"},"method":"matcherForTestId","args":["AccountScreen.button.joinJournal"]}}]}},{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxViewActions"},"method":"click","args":[]}}]},"messageId":5}
  585. detox[7062] TRACE: [WSS_SEND_TO, #tester] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 5\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 5\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":5}
  586. detox[7062] TRACE: [WS_MESSAGE] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 5\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 5\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":5}
  587.  
  588. detox[7062] ERROR: [Client.js/ERROR] Detox can't seem to connect to the test app(s)!
  589.  
  590. HINT:
  591.  
  592. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  593. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  594.  
  595. ---
  596. The following package could not be delivered:
  597.  
  598. {
  599. type: 'invoke',
  600. params: [Object],
  601. messageId: 5
  602. }
  603. detox[7062] INFO: Account: Menu items: should redirect to Join a journal [FAIL]
  604. detox[7062] INFO: Account: Menu items: should redirect to About the journal
  605. detox[7062] TRACE: [DETOX_AFTER_EACH] failed test: "Account: Menu items should redirect to Join a journal"
  606. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onTestDone({
  607. title: 'should redirect to Join a journal',
  608. fullName: 'Account: Menu items should redirect to Join a journal',
  609. status: 'failed',
  610. timedOut: false
  611. })
  612. detox[7062] TRACE: [ARTIFACT_STOP] stopping ADBLogcatRecording
  613. detox[7062] TRACE: [ARTIFACT_START] starting ADBScreencapRecording
  614. detox[7062] DEBUG: [EXEC_CMD, #55] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "screencap /sdcard/164253173_12.png"
  615. detox[7062] DEBUG: [EXEC_CMD, #56] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "date +\"%m-%d %T.000\""
  616. detox[7062] TRACE: [EXEC_SUCCESS, #56] 11-23 16:46:47.000
  617.  
  618. detox[7062] TRACE: [ARTIFACT_SAVE] saving ADBLogcatRecording to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to Join a journal/device.log
  619. detox[7062] DEBUG: [ADBLogcatRecording.js] Skipping saving artifact because the recording has not started: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to Join a journal/device.log
  620. detox[7062] TRACE: [EXEC_SUCCESS, #55]
  621. detox[7062] TRACE: [ARTIFACT_STOP] stopping ADBScreencapRecording
  622. detox[7062] TRACE: [DETOX_BEFORE_EACH] running test: "Account: Menu items should redirect to About the journal"
  623. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onTestStart({
  624. title: 'should redirect to About the journal',
  625. fullName: 'Account: Menu items should redirect to About the journal',
  626. status: 'running'
  627. })
  628. detox[7062] TRACE: [ARTIFACT_START] starting ADBLogcatRecording
  629. detox[7062] DEBUG: [ADBLogcatRecording.js] Ignoring a command to start recording, because PID of the app is missing
  630. detox[7062] TRACE: [ARTIFACT_START] starting ADBScreencapRecording
  631. detox[7062] DEBUG: [EXEC_CMD, #57] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "screencap /sdcard/164253173_14.png"
  632. detox[7062] TRACE: [ARTIFACT_SAVE] saving ADBScreencapRecording to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to Join a journal/testStart.png
  633. detox[7062] DEBUG: [EXEC_CMD, #58] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 pull "/sdcard/164253173_11.png" "e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to Join a journal/testStart.png"
  634. detox[7062] TRACE: [EXEC_SUCCESS, #58] /sdcard/164253173_11.png: 1 file pulled, 0 skipped. 21.0 MB/s (486933 bytes in 0.022s)
  635.  
  636. detox[7062] DEBUG: [EXEC_CMD, #59] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "rm \"/sdcard/164253173_11.png\""
  637. detox[7062] TRACE: [EXEC_SUCCESS, #59]
  638. detox[7062] TRACE: [ARTIFACT_SAVE] saving ADBScreencapRecording to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to Join a journal/testDone.png
  639. detox[7062] DEBUG: [EXEC_CMD, #60] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 pull "/sdcard/164253173_12.png" "e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to Join a journal/testDone.png"
  640. detox[7062] TRACE: [EXEC_SUCCESS, #60] /sdcard/164253173_12.png: 1 file pulled, 0 skipped. 36.5 MB/s (486933 bytes in 0.013s)
  641.  
  642. detox[7062] DEBUG: [EXEC_CMD, #61] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "rm \"/sdcard/164253173_12.png\""
  643. detox[7062] TRACE: [EXEC_SUCCESS, #61]
  644. detox[7062] TRACE: [EXEC_SUCCESS, #57]
  645. detox[7062] TRACE: [ARTIFACT_STOP] stopping ADBScreencapRecording
  646. detox[7062] TRACE: [WS_SEND] {"type":"reactNativeReload","params":{},"messageId":-1000}
  647. detox[7062] TRACE: [WSS_GET_FROM, #tester] {"type":"reactNativeReload","params":{},"messageId":-1000}
  648. detox[7062] TRACE: [WSS_SEND_TO, #tester] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":-1000}
  649. detox[7062] TRACE: [WS_MESSAGE] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":-1000}
  650.  
  651. detox[7062] ERROR: [Client.js/ERROR] Detox can't seem to connect to the test app(s)!
  652.  
  653. HINT:
  654.  
  655. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  656. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  657.  
  658. ---
  659. The following package could not be delivered:
  660.  
  661. {
  662. type: 'reactNativeReload',
  663. params: {},
  664. messageId: -1000
  665. }
  666. detox[7062] TRACE: [WS_SEND] {"type":"invoke","params":{"target":{"type":"Class","value":"com.wix.detox.espresso.EspressoDetox"},"method":"perform","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"androidx.test.espresso.Espresso"},"method":"onView","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxMatcher"},"method":"matcherForTestId","args":["AccountScreen.button.newspaper"]}}]}},{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxViewActions"},"method":"click","args":[]}}]},"messageId":6}
  667. detox[7062] TRACE: [WSS_GET_FROM, #tester] {"type":"invoke","params":{"target":{"type":"Class","value":"com.wix.detox.espresso.EspressoDetox"},"method":"perform","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"androidx.test.espresso.Espresso"},"method":"onView","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxMatcher"},"method":"matcherForTestId","args":["AccountScreen.button.newspaper"]}}]}},{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxViewActions"},"method":"click","args":[]}}]},"messageId":6}
  668. detox[7062] TRACE: [WSS_SEND_TO, #tester] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 6\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 6\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":6}
  669. detox[7062] TRACE: [WS_MESSAGE] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 6\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 6\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":6}
  670.  
  671. detox[7062] ERROR: [Client.js/ERROR] Detox can't seem to connect to the test app(s)!
  672.  
  673. HINT:
  674.  
  675. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  676. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  677.  
  678. ---
  679. The following package could not be delivered:
  680.  
  681. {
  682. type: 'invoke',
  683. params: [Object],
  684. messageId: 6
  685. }
  686. detox[7062] INFO: Account: Menu items: should redirect to About the journal [FAIL]
  687. detox[7062] INFO: Account: Menu items: should redirect to Activate Box
  688. detox[7062] TRACE: [DETOX_AFTER_EACH] failed test: "Account: Menu items should redirect to About the journal"
  689. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onTestDone({
  690. title: 'should redirect to About the journal',
  691. fullName: 'Account: Menu items should redirect to About the journal',
  692. status: 'failed',
  693. timedOut: false
  694. })
  695. detox[7062] TRACE: [ARTIFACT_STOP] stopping ADBLogcatRecording
  696. detox[7062] TRACE: [ARTIFACT_START] starting ADBScreencapRecording
  697. detox[7062] DEBUG: [EXEC_CMD, #62] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "screencap /sdcard/164253173_15.png"
  698. detox[7062] DEBUG: [EXEC_CMD, #63] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "date +\"%m-%d %T.000\""
  699. detox[7062] TRACE: [EXEC_SUCCESS, #63] 11-23 16:46:49.000
  700.  
  701. detox[7062] TRACE: [ARTIFACT_SAVE] saving ADBLogcatRecording to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to About the journal/device.log
  702. detox[7062] DEBUG: [ADBLogcatRecording.js] Skipping saving artifact because the recording has not started: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to About the journal/device.log
  703. detox[7062] TRACE: [EXEC_SUCCESS, #62]
  704. detox[7062] TRACE: [ARTIFACT_STOP] stopping ADBScreencapRecording
  705. detox[7062] TRACE: [DETOX_BEFORE_EACH] running test: "Account: Menu items should redirect to Activate Box"
  706. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onTestStart({
  707. title: 'should redirect to Activate Box',
  708. fullName: 'Account: Menu items should redirect to Activate Box',
  709. status: 'running'
  710. })
  711. detox[7062] TRACE: [ARTIFACT_START] starting ADBLogcatRecording
  712. detox[7062] DEBUG: [ADBLogcatRecording.js] Ignoring a command to start recording, because PID of the app is missing
  713. detox[7062] TRACE: [ARTIFACT_START] starting ADBScreencapRecording
  714. detox[7062] DEBUG: [EXEC_CMD, #64] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "screencap /sdcard/164253173_17.png"
  715. detox[7062] TRACE: [ARTIFACT_SAVE] saving ADBScreencapRecording to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to About the journal/testStart.png
  716. detox[7062] DEBUG: [EXEC_CMD, #65] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 pull "/sdcard/164253173_14.png" "e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to About the journal/testStart.png"
  717. detox[7062] TRACE: [EXEC_SUCCESS, #65] /sdcard/164253173_14.png: 1 file pulled, 0 skipped. 45.3 MB/s (486933 bytes in 0.010s)
  718.  
  719. detox[7062] DEBUG: [EXEC_CMD, #66] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "rm \"/sdcard/164253173_14.png\""
  720. detox[7062] TRACE: [EXEC_SUCCESS, #66]
  721. detox[7062] TRACE: [ARTIFACT_SAVE] saving ADBScreencapRecording to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to About the journal/testDone.png
  722. detox[7062] DEBUG: [EXEC_CMD, #67] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 pull "/sdcard/164253173_15.png" "e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to About the journal/testDone.png"
  723. detox[7062] TRACE: [EXEC_SUCCESS, #67] /sdcard/164253173_15.png: 1 file pulled, 0 skipped. 17.5 MB/s (486933 bytes in 0.027s)
  724.  
  725. detox[7062] DEBUG: [EXEC_CMD, #68] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "rm \"/sdcard/164253173_15.png\""
  726. detox[7062] TRACE: [EXEC_SUCCESS, #68]
  727. detox[7062] TRACE: [EXEC_SUCCESS, #64]
  728. detox[7062] TRACE: [ARTIFACT_STOP] stopping ADBScreencapRecording
  729. detox[7062] TRACE: [WS_SEND] {"type":"reactNativeReload","params":{},"messageId":-1000}
  730. detox[7062] TRACE: [WSS_GET_FROM, #tester] {"type":"reactNativeReload","params":{},"messageId":-1000}
  731. detox[7062] TRACE: [WSS_SEND_TO, #tester] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":-1000}
  732. detox[7062] TRACE: [WS_MESSAGE] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'reactNativeReload',\n params: {},\n messageId: -1000\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":-1000}
  733.  
  734. detox[7062] ERROR: [Client.js/ERROR] Detox can't seem to connect to the test app(s)!
  735.  
  736. HINT:
  737.  
  738. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  739. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  740.  
  741. ---
  742. The following package could not be delivered:
  743.  
  744. {
  745. type: 'reactNativeReload',
  746. params: {},
  747. messageId: -1000
  748. }
  749. detox[7062] TRACE: [WS_SEND] {"type":"invoke","params":{"target":{"type":"Class","value":"com.wix.detox.espresso.EspressoDetox"},"method":"perform","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"androidx.test.espresso.Espresso"},"method":"onView","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxMatcher"},"method":"matcherForTestId","args":["AccountScreen.button.box"]}}]}},{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxViewActions"},"method":"click","args":[]}}]},"messageId":7}
  750. detox[7062] TRACE: [WSS_GET_FROM, #tester] {"type":"invoke","params":{"target":{"type":"Class","value":"com.wix.detox.espresso.EspressoDetox"},"method":"perform","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"androidx.test.espresso.Espresso"},"method":"onView","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxMatcher"},"method":"matcherForTestId","args":["AccountScreen.button.box"]}}]}},{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxViewActions"},"method":"click","args":[]}}]},"messageId":7}
  751. detox[7062] TRACE: [WSS_SEND_TO, #tester] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 7\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 7\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":7}
  752. detox[7062] TRACE: [WS_MESSAGE] {"type":"serverError","params":{"error":{"name":"DetoxRuntimeError","message":"Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 7\n}","stack":"DetoxRuntimeError: Detox can't seem to connect to the test app(s)!\n\nHINT: \n\nHave you forgotten to call 'device.launchApp()' in the beginning of your test?\nRefer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs\n\n---\nThe following package could not be delivered:\n\n{\n type: 'invoke',\n params: [Object],\n messageId: 7\n}\n at Object.maybeAppWasNotLaunched (/Users/vagrant/git/node_modules/detox/src/errors/longreads/failedToReachTheApp.js:22:10)\n at TesterConnectionHandler.handle (/Users/vagrant/git/node_modules/detox/src/server/handlers/TesterConnectionHandler.js:32:31)\n at DetoxConnection._onMessage (/Users/vagrant/git/node_modules/detox/src/server/DetoxConnection.js:81:23)\n at WebSocket.emit (events.js:311:20)\n at Receiver.receiverOnMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:797:20)\n at Receiver.emit (events.js:311:20)\n at Receiver.dataMessage (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:437:14)\n at Receiver.getData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:367:17)\n at Receiver.startLoop (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:143:22)\n at Receiver._write (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/receiver.js:78:10)\n at doWrite (_stream_writable.js:441:12)\n at writeOrBuffer (_stream_writable.js:425:5)\n at Receiver.Writable.write (_stream_writable.js:316:11)\n at Socket.socketOnData (/Users/vagrant/git/node_modules/detox/node_modules/ws/lib/websocket.js:872:35)\n at Socket.emit (events.js:311:20)\n at addChunk (_stream_readable.js:294:12)"}},"messageId":7}
  753.  
  754. detox[7062] ERROR: [Client.js/ERROR] Detox can't seem to connect to the test app(s)!
  755.  
  756. HINT:
  757.  
  758. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  759. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  760.  
  761. ---
  762. The following package could not be delivered:
  763.  
  764. {
  765. type: 'invoke',
  766. params: [Object],
  767. messageId: 7
  768. }
  769. detox[7062] INFO: Account: Menu items: should redirect to Activate Box [FAIL]
  770.  
  771. detox[7062] TRACE: [DETOX_AFTER_EACH] failed test: "Account: Menu items should redirect to Activate Box"
  772. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onTestDone({
  773. title: 'should redirect to Activate Box',
  774. fullName: 'Account: Menu items should redirect to Activate Box',
  775. status: 'failed',
  776. timedOut: false
  777. })
  778. detox[7062] TRACE: [ARTIFACT_STOP] stopping ADBLogcatRecording
  779. detox[7062] TRACE: [ARTIFACT_START] starting ADBScreencapRecording
  780. detox[7062] DEBUG: [EXEC_CMD, #69] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "screencap /sdcard/164253173_18.png"
  781. detox[7062] DEBUG: [EXEC_CMD, #70] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "date +\"%m-%d %T.000\""
  782. detox[7062] TRACE: [EXEC_SUCCESS, #70] 11-23 16:46:52.000
  783.  
  784. detox[7062] TRACE: [ARTIFACT_SAVE] saving ADBLogcatRecording to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to Activate Box/device.log
  785. detox[7062] DEBUG: [ADBLogcatRecording.js] Skipping saving artifact because the recording has not started: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to Activate Box/device.log
  786. detox[7062] TRACE: [EXEC_SUCCESS, #69]
  787. detox[7062] TRACE: [ARTIFACT_STOP] stopping ADBScreencapRecording
  788. detox[7062] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onBeforeCleanup()
  789. detox[7062] TRACE: [ARTIFACT_SAVE] saving ADBScreencapRecording to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to Activate Box/testStart.png
  790. detox[7062] DEBUG: [EXEC_CMD, #71] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 pull "/sdcard/164253173_17.png" "e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to Activate Box/testStart.png"
  791. detox[7062] TRACE: [EXEC_SUCCESS, #71] /sdcard/164253173_17.png: 1 file pulled, 0 skipped. 24.8 MB/s (486933 bytes in 0.019s)
  792.  
  793. detox[7062] DEBUG: [EXEC_CMD, #72] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "rm \"/sdcard/164253173_17.png\""
  794. detox[7062] TRACE: [EXEC_SUCCESS, #72]
  795. detox[7062] TRACE: [ARTIFACT_SAVE] saving ADBScreencapRecording to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to Activate Box/testDone.png
  796. detox[7062] DEBUG: [EXEC_CMD, #73] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 pull "/sdcard/164253173_18.png" "e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/✗ Account_ Menu items should redirect to Activate Box/testDone.png"
  797. detox[7062] TRACE: [EXEC_SUCCESS, #73] /sdcard/164253173_18.png: 1 file pulled, 0 skipped. 26.3 MB/s (486933 bytes in 0.018s)
  798.  
  799. detox[7062] DEBUG: [EXEC_CMD, #74] "/usr/local/share/android-sdk/platform-tools/adb" -s emulator-5554 shell "rm \"/sdcard/164253173_18.png\""
  800. detox[7062] TRACE: [EXEC_SUCCESS, #74]
  801. detox[7062] TRACE: [ARTIFACT_START] starting FileArtifact
  802. detox[7062] TRACE: [ARTIFACT_STOP] stopping FileArtifact
  803. detox[7062] TRACE: [ARTIFACT_SAVE] saving FileArtifact to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/detox_pid_7062.json.log { append: true }
  804. detox[7062] TRACE: [ARTIFACT_START] starting FileArtifact
  805. detox[7062] TRACE: [ARTIFACT_STOP] stopping FileArtifact
  806. detox[7062] TRACE: [ARTIFACT_SAVE] saving FileArtifact to: e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/detox_pid_7062.log { append: true }
  807. detox[7062] DEBUG: [MOVE_FILE] moving "/private/var/folders/g2/xnd8hpjs50v433gfrybz2nxh0000gn/T/ab30a556-794b-4b23-9127-106b2951321d.detox.log" to e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/detox_pid_7062.log
  808. detox[7062] DEBUG: [MOVE_FILE] moving "/private/var/folders/g2/xnd8hpjs50v433gfrybz2nxh0000gn/T/e1b2beb0-c74d-4d9c-bb6e-d243c3000035.detox.log" to e2e/detox_artifacts/android.emu.bitrise.2021-11-23 16-42-38Z/detox_pid_7062.json.log
  809. detox[7062] TRACE: [SESSION_TORN] tester exited session 0d6eb8a6-5023-8fd3-6bd0-d46f94b596e4
  810. detox[7062] DEBUG: [WSS_CLOSE] Detox server has been closed gracefully
  811. FAIL e2e/__tests__/account/accountMenu.spec.js (253.258s)
  812. Account: Menu items
  813. ✕ should redirect to User profile (5538ms)
  814. ✕ should redirect to Help and assistance (5327ms)
  815. ✕ should redirect to create new journal (2735ms)
  816. ✕ should redirect to Join a journal (2268ms)
  817. ✕ should redirect to About the journal (2226ms)
  818. ✕ should redirect to Activate Box (2153ms)
  819.  
  820. ● Account: Menu items › should redirect to User profile
  821.  
  822. DetoxRuntimeError: Failed to run application on the device
  823.  
  824. HINT: Most likely, your tests have timed out and called detox.cleanup() while it was waiting for "ready" message (over WebSocket) from the instrumentation process.
  825.  
  826. 8 | describe('Account: Menu items', () => {
  827. 9 | beforeAll(async () => {
  828. > 10 | await device.launchApp({ permissions: { notifications: 'YES' } });
  829. | ^
  830. 11 | await auth.login(user);
  831. 12 | });
  832. 13 | beforeEach(async () => {
  833.  
  834. at Object.launchApp (__tests__/account/accountMenu.spec.js:10:18)
  835. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  836. at Generator.invoke [as _invoke] (../node_modules/regenerator-runtime/runtime.js:274:22)
  837. at Generator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  838. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  839. at invoke (../node_modules/regenerator-runtime/runtime.js:135:20)
  840. at ../node_modules/regenerator-runtime/runtime.js:170:11
  841. at callInvokeWithMethodAndArg (../node_modules/regenerator-runtime/runtime.js:169:16)
  842. at AsyncIterator.enqueue (../node_modules/regenerator-runtime/runtime.js:192:13)
  843. at AsyncIterator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  844. at Object.exports.async (../node_modules/regenerator-runtime/runtime.js:219:14)
  845. at Object._callee (__tests__/account/accountMenu.spec.js:9:13)
  846.  
  847. ● Account: Menu items › should redirect to User profile
  848.  
  849. DetoxRuntimeError: Detox can't seem to connect to the test app(s)!
  850.  
  851. HINT:
  852.  
  853. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  854. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  855.  
  856. ---
  857. The following package could not be delivered:
  858.  
  859. {
  860. type: 'reactNativeReload',
  861. params: {},
  862. messageId: -1000
  863. }
  864.  
  865. 12 | });
  866. 13 | beforeEach(async () => {
  867. > 14 | await device.reloadReactNative();
  868. | ^
  869. 15 | await accountMenu.open();
  870. 16 | });
  871. 17 |
  872.  
  873. at Object.reloadReactNative (__tests__/account/accountMenu.spec.js:14:18)
  874. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  875. at Generator.invoke [as _invoke] (../node_modules/regenerator-runtime/runtime.js:274:22)
  876. at Generator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  877. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  878. at invoke (../node_modules/regenerator-runtime/runtime.js:135:20)
  879.  
  880. ● Account: Menu items › should redirect to User profile
  881.  
  882. DetoxRuntimeError: Detox can't seem to connect to the test app(s)!
  883.  
  884. HINT:
  885.  
  886. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  887. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  888.  
  889. ---
  890. The following package could not be delivered:
  891.  
  892. {
  893. type: 'invoke',
  894. params: [Object],
  895. messageId: 2
  896. }
  897.  
  898. 16 | switch (screenToOpen) {
  899. 17 | case SCREEN.USER_PROFILE:
  900. > 18 | await element(by.id(accountMenuLocators.userProfile)).tap();
  901. | ^
  902. 19 | await expect(element(by.id(screenToOpen))).toBeVisible();
  903. 20 | break;
  904. 21 | case SCREEN.HELP:
  905.  
  906. at Object.tap (pageObjects/accountMenu.js:18:63)
  907. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  908. at Generator.invoke [as _invoke] (../node_modules/regenerator-runtime/runtime.js:274:22)
  909. at Generator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  910. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  911. at invoke (../node_modules/regenerator-runtime/runtime.js:135:20)
  912. at ../node_modules/regenerator-runtime/runtime.js:170:11
  913.  
  914. ● Account: Menu items › should redirect to Help and assistance
  915.  
  916. DetoxRuntimeError: Failed to run application on the device
  917.  
  918. HINT: Most likely, your tests have timed out and called detox.cleanup() while it was waiting for "ready" message (over WebSocket) from the instrumentation process.
  919.  
  920. 8 | describe('Account: Menu items', () => {
  921. 9 | beforeAll(async () => {
  922. > 10 | await device.launchApp({ permissions: { notifications: 'YES' } });
  923. | ^
  924. 11 | await auth.login(user);
  925. 12 | });
  926. 13 | beforeEach(async () => {
  927.  
  928. at Object.launchApp (__tests__/account/accountMenu.spec.js:10:18)
  929. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  930. at Generator.invoke [as _invoke] (../node_modules/regenerator-runtime/runtime.js:274:22)
  931. at Generator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  932. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  933. at invoke (../node_modules/regenerator-runtime/runtime.js:135:20)
  934. at ../node_modules/regenerator-runtime/runtime.js:170:11
  935. at callInvokeWithMethodAndArg (../node_modules/regenerator-runtime/runtime.js:169:16)
  936. at AsyncIterator.enqueue (../node_modules/regenerator-runtime/runtime.js:192:13)
  937. at AsyncIterator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  938. at Object.exports.async (../node_modules/regenerator-runtime/runtime.js:219:14)
  939. at Object._callee (__tests__/account/accountMenu.spec.js:9:13)
  940.  
  941. ● Account: Menu items › should redirect to Help and assistance
  942.  
  943. DetoxRuntimeError: Detox can't seem to connect to the test app(s)!
  944.  
  945. HINT:
  946.  
  947. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  948. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  949.  
  950. ---
  951. The following package could not be delivered:
  952.  
  953. {
  954. type: 'reactNativeReload',
  955. params: {},
  956. messageId: -1000
  957. }
  958.  
  959. 12 | });
  960. 13 | beforeEach(async () => {
  961. > 14 | await device.reloadReactNative();
  962. | ^
  963. 15 | await accountMenu.open();
  964. 16 | });
  965. 17 |
  966.  
  967. at Object.reloadReactNative (__tests__/account/accountMenu.spec.js:14:18)
  968. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  969. at Generator.invoke [as _invoke] (../node_modules/regenerator-runtime/runtime.js:274:22)
  970. at Generator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  971. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  972. at invoke (../node_modules/regenerator-runtime/runtime.js:135:20)
  973.  
  974. ● Account: Menu items › should redirect to Help and assistance
  975.  
  976. DetoxRuntimeError: Detox can't seem to connect to the test app(s)!
  977.  
  978. HINT:
  979.  
  980. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  981. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  982.  
  983. ---
  984. The following package could not be delivered:
  985.  
  986. {
  987. type: 'invoke',
  988. params: [Object],
  989. messageId: 3
  990. }
  991.  
  992. 20 | break;
  993. 21 | case SCREEN.HELP:
  994. > 22 | await element(by.id(accountMenuLocators.help)).tap();
  995. | ^
  996. 23 | await expect(element(by.id(screenToOpen))).toBeVisible();
  997. 24 | break;
  998. 25 | case SCREEN.CREATE_NETWORK_TYPE:
  999.  
  1000. at Object.tap (pageObjects/accountMenu.js:22:56)
  1001. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1002. at Generator.invoke [as _invoke] (../node_modules/regenerator-runtime/runtime.js:274:22)
  1003. at Generator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  1004. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1005. at invoke (../node_modules/regenerator-runtime/runtime.js:135:20)
  1006. at ../node_modules/regenerator-runtime/runtime.js:170:11
  1007.  
  1008. ● Account: Menu items › should redirect to create new journal
  1009.  
  1010. DetoxRuntimeError: Failed to run application on the device
  1011.  
  1012. HINT: Most likely, your tests have timed out and called detox.cleanup() while it was waiting for "ready" message (over WebSocket) from the instrumentation process.
  1013.  
  1014. 8 | describe('Account: Menu items', () => {
  1015. 9 | beforeAll(async () => {
  1016. > 10 | await device.launchApp({ permissions: { notifications: 'YES' } });
  1017. | ^
  1018. 11 | await auth.login(user);
  1019. 12 | });
  1020. 13 | beforeEach(async () => {
  1021.  
  1022. at Object.launchApp (__tests__/account/accountMenu.spec.js:10:18)
  1023. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1024. at Generator.invoke [as _invoke] (../node_modules/regenerator-runtime/runtime.js:274:22)
  1025. at Generator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  1026. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1027. at invoke (../node_modules/regenerator-runtime/runtime.js:135:20)
  1028. at ../node_modules/regenerator-runtime/runtime.js:170:11
  1029. at callInvokeWithMethodAndArg (../node_modules/regenerator-runtime/runtime.js:169:16)
  1030. at AsyncIterator.enqueue (../node_modules/regenerator-runtime/runtime.js:192:13)
  1031. at AsyncIterator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  1032. at Object.exports.async (../node_modules/regenerator-runtime/runtime.js:219:14)
  1033. at Object._callee (__tests__/account/accountMenu.spec.js:9:13)
  1034.  
  1035. ● Account: Menu items › should redirect to create new journal
  1036.  
  1037. DetoxRuntimeError: Detox can't seem to connect to the test app(s)!
  1038.  
  1039. HINT:
  1040.  
  1041. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  1042. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  1043.  
  1044. ---
  1045. The following package could not be delivered:
  1046.  
  1047. {
  1048. type: 'reactNativeReload',
  1049. params: {},
  1050. messageId: -1000
  1051. }
  1052.  
  1053. 12 | });
  1054. 13 | beforeEach(async () => {
  1055. > 14 | await device.reloadReactNative();
  1056. | ^
  1057. 15 | await accountMenu.open();
  1058. 16 | });
  1059. 17 |
  1060.  
  1061. at Object.reloadReactNative (__tests__/account/accountMenu.spec.js:14:18)
  1062. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1063. at Generator.invoke [as _invoke] (../node_modules/regenerator-runtime/runtime.js:274:22)
  1064. at Generator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  1065. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1066. at invoke (../node_modules/regenerator-runtime/runtime.js:135:20)
  1067.  
  1068. ● Account: Menu items › should redirect to create new journal
  1069.  
  1070. DetoxRuntimeError: Detox can't seem to connect to the test app(s)!
  1071.  
  1072. HINT:
  1073.  
  1074. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  1075. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  1076.  
  1077. ---
  1078. The following package could not be delivered:
  1079.  
  1080. {
  1081. type: 'invoke',
  1082. params: [Object],
  1083. messageId: 4
  1084. }
  1085.  
  1086. 24 | break;
  1087. 25 | case SCREEN.CREATE_NETWORK_TYPE:
  1088. > 26 | await element(by.id(accountMenuLocators.createElder)).tap();
  1089. | ^
  1090. 27 | await expect(element(by.id(screenToOpen))).toBeVisible();
  1091. 28 | break;
  1092. 29 | case SCREEN.JOIN_JOURNAL:
  1093.  
  1094. at Object.tap (pageObjects/accountMenu.js:26:63)
  1095. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1096. at Generator.invoke [as _invoke] (../node_modules/regenerator-runtime/runtime.js:274:22)
  1097. at Generator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  1098. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1099. at invoke (../node_modules/regenerator-runtime/runtime.js:135:20)
  1100. at ../node_modules/regenerator-runtime/runtime.js:170:11
  1101.  
  1102. ● Account: Menu items › should redirect to Join a journal
  1103.  
  1104. DetoxRuntimeError: Failed to run application on the device
  1105.  
  1106. HINT: Most likely, your tests have timed out and called detox.cleanup() while it was waiting for "ready" message (over WebSocket) from the instrumentation process.
  1107.  
  1108. 8 | describe('Account: Menu items', () => {
  1109. 9 | beforeAll(async () => {
  1110. > 10 | await device.launchApp({ permissions: { notifications: 'YES' } });
  1111. | ^
  1112. 11 | await auth.login(user);
  1113. 12 | });
  1114. 13 | beforeEach(async () => {
  1115.  
  1116. at Object.launchApp (__tests__/account/accountMenu.spec.js:10:18)
  1117. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1118. at Generator.invoke [as _invoke] (../node_modules/regenerator-runtime/runtime.js:274:22)
  1119. at Generator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  1120. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1121. at invoke (../node_modules/regenerator-runtime/runtime.js:135:20)
  1122. at ../node_modules/regenerator-runtime/runtime.js:170:11
  1123. at callInvokeWithMethodAndArg (../node_modules/regenerator-runtime/runtime.js:169:16)
  1124. at AsyncIterator.enqueue (../node_modules/regenerator-runtime/runtime.js:192:13)
  1125. at AsyncIterator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  1126. at Object.exports.async (../node_modules/regenerator-runtime/runtime.js:219:14)
  1127. at Object._callee (__tests__/account/accountMenu.spec.js:9:13)
  1128.  
  1129. ● Account: Menu items › should redirect to Join a journal
  1130.  
  1131. DetoxRuntimeError: Detox can't seem to connect to the test app(s)!
  1132.  
  1133. HINT:
  1134.  
  1135. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  1136. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  1137.  
  1138. ---
  1139. The following package could not be delivered:
  1140.  
  1141. {
  1142. type: 'reactNativeReload',
  1143. params: {},
  1144. messageId: -1000
  1145. }
  1146.  
  1147. 12 | });
  1148. 13 | beforeEach(async () => {
  1149. > 14 | await device.reloadReactNative();
  1150. | ^
  1151. 15 | await accountMenu.open();
  1152. 16 | });
  1153. 17 |
  1154.  
  1155. at Object.reloadReactNative (__tests__/account/accountMenu.spec.js:14:18)
  1156. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1157. at Generator.invoke [as _invoke] (../node_modules/regenerator-runtime/runtime.js:274:22)
  1158. at Generator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  1159. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1160. at invoke (../node_modules/regenerator-runtime/runtime.js:135:20)
  1161.  
  1162. ● Account: Menu items › should redirect to Join a journal
  1163.  
  1164. DetoxRuntimeError: Detox can't seem to connect to the test app(s)!
  1165.  
  1166. HINT:
  1167.  
  1168. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  1169. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  1170.  
  1171. ---
  1172. The following package could not be delivered:
  1173.  
  1174. {
  1175. type: 'invoke',
  1176. params: [Object],
  1177. messageId: 5
  1178. }
  1179.  
  1180. 28 | break;
  1181. 29 | case SCREEN.JOIN_JOURNAL:
  1182. > 30 | await element(by.id(accountMenuLocators.joinJournal)).tap();
  1183. | ^
  1184. 31 | await expect(element(by.id(screenToOpen))).toBeVisible();
  1185. 32 | break;
  1186. 33 | case SCREEN.ABOUT_JOURNAL:
  1187.  
  1188. at Object.tap (pageObjects/accountMenu.js:30:63)
  1189. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1190. at Generator.invoke [as _invoke] (../node_modules/regenerator-runtime/runtime.js:274:22)
  1191. at Generator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  1192. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1193. at invoke (../node_modules/regenerator-runtime/runtime.js:135:20)
  1194. at ../node_modules/regenerator-runtime/runtime.js:170:11
  1195.  
  1196. ● Account: Menu items › should redirect to About the journal
  1197.  
  1198. DetoxRuntimeError: Failed to run application on the device
  1199.  
  1200. HINT: Most likely, your tests have timed out and called detox.cleanup() while it was waiting for "ready" message (over WebSocket) from the instrumentation process.
  1201.  
  1202. 8 | describe('Account: Menu items', () => {
  1203. 9 | beforeAll(async () => {
  1204. > 10 | await device.launchApp({ permissions: { notifications: 'YES' } });
  1205. | ^
  1206. 11 | await auth.login(user);
  1207. 12 | });
  1208. 13 | beforeEach(async () => {
  1209.  
  1210. at Object.launchApp (__tests__/account/accountMenu.spec.js:10:18)
  1211. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1212. at Generator.invoke [as _invoke] (../node_modules/regenerator-runtime/runtime.js:274:22)
  1213. at Generator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  1214. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1215. at invoke (../node_modules/regenerator-runtime/runtime.js:135:20)
  1216. at ../node_modules/regenerator-runtime/runtime.js:170:11
  1217. at callInvokeWithMethodAndArg (../node_modules/regenerator-runtime/runtime.js:169:16)
  1218. at AsyncIterator.enqueue (../node_modules/regenerator-runtime/runtime.js:192:13)
  1219. at AsyncIterator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  1220. at Object.exports.async (../node_modules/regenerator-runtime/runtime.js:219:14)
  1221. at Object._callee (__tests__/account/accountMenu.spec.js:9:13)
  1222.  
  1223. ● Account: Menu items › should redirect to About the journal
  1224.  
  1225. DetoxRuntimeError: Detox can't seem to connect to the test app(s)!
  1226.  
  1227. HINT:
  1228.  
  1229. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  1230. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  1231.  
  1232. ---
  1233. The following package could not be delivered:
  1234.  
  1235. {
  1236. type: 'reactNativeReload',
  1237. params: {},
  1238. messageId: -1000
  1239. }
  1240.  
  1241. 12 | });
  1242. 13 | beforeEach(async () => {
  1243. > 14 | await device.reloadReactNative();
  1244. | ^
  1245. 15 | await accountMenu.open();
  1246. 16 | });
  1247. 17 |
  1248.  
  1249. at Object.reloadReactNative (__tests__/account/accountMenu.spec.js:14:18)
  1250. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1251. at Generator.invoke [as _invoke] (../node_modules/regenerator-runtime/runtime.js:274:22)
  1252. at Generator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  1253. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1254. at invoke (../node_modules/regenerator-runtime/runtime.js:135:20)
  1255.  
  1256. ● Account: Menu items › should redirect to About the journal
  1257.  
  1258. DetoxRuntimeError: Detox can't seem to connect to the test app(s)!
  1259.  
  1260. HINT:
  1261.  
  1262. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  1263. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  1264.  
  1265. ---
  1266. The following package could not be delivered:
  1267.  
  1268. {
  1269. type: 'invoke',
  1270. params: [Object],
  1271. messageId: 6
  1272. }
  1273.  
  1274. 32 | break;
  1275. 33 | case SCREEN.ABOUT_JOURNAL:
  1276. > 34 | await element(by.id(accountMenuLocators.aboutJournal)).tap();
  1277. | ^
  1278. 35 | await expect(element(by.id(screenToOpen))).toBeVisible();
  1279. 36 | break;
  1280. 37 | case SCREEN.ACTIVATE_BOX:
  1281.  
  1282. at Object.tap (pageObjects/accountMenu.js:34:64)
  1283. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1284. at Generator.invoke [as _invoke] (../node_modules/regenerator-runtime/runtime.js:274:22)
  1285. at Generator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  1286. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1287. at invoke (../node_modules/regenerator-runtime/runtime.js:135:20)
  1288. at ../node_modules/regenerator-runtime/runtime.js:170:11
  1289.  
  1290. ● Account: Menu items › should redirect to Activate Box
  1291.  
  1292. DetoxRuntimeError: Failed to run application on the device
  1293.  
  1294. HINT: Most likely, your tests have timed out and called detox.cleanup() while it was waiting for "ready" message (over WebSocket) from the instrumentation process.
  1295.  
  1296. 8 | describe('Account: Menu items', () => {
  1297. 9 | beforeAll(async () => {
  1298. > 10 | await device.launchApp({ permissions: { notifications: 'YES' } });
  1299. | ^
  1300. 11 | await auth.login(user);
  1301. 12 | });
  1302. 13 | beforeEach(async () => {
  1303.  
  1304. at Object.launchApp (__tests__/account/accountMenu.spec.js:10:18)
  1305. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1306. at Generator.invoke [as _invoke] (../node_modules/regenerator-runtime/runtime.js:274:22)
  1307. at Generator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  1308. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1309. at invoke (../node_modules/regenerator-runtime/runtime.js:135:20)
  1310. at ../node_modules/regenerator-runtime/runtime.js:170:11
  1311. at callInvokeWithMethodAndArg (../node_modules/regenerator-runtime/runtime.js:169:16)
  1312. at AsyncIterator.enqueue (../node_modules/regenerator-runtime/runtime.js:192:13)
  1313. at AsyncIterator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  1314. at Object.exports.async (../node_modules/regenerator-runtime/runtime.js:219:14)
  1315. at Object._callee (__tests__/account/accountMenu.spec.js:9:13)
  1316.  
  1317. ● Account: Menu items › should redirect to Activate Box
  1318.  
  1319. DetoxRuntimeError: Detox can't seem to connect to the test app(s)!
  1320.  
  1321. HINT:
  1322.  
  1323. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  1324. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  1325.  
  1326. ---
  1327. The following package could not be delivered:
  1328.  
  1329. {
  1330. type: 'reactNativeReload',
  1331. params: {},
  1332. messageId: -1000
  1333. }
  1334.  
  1335. 12 | });
  1336. 13 | beforeEach(async () => {
  1337. > 14 | await device.reloadReactNative();
  1338. | ^
  1339. 15 | await accountMenu.open();
  1340. 16 | });
  1341. 17 |
  1342.  
  1343. at Object.reloadReactNative (__tests__/account/accountMenu.spec.js:14:18)
  1344. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1345. at Generator.invoke [as _invoke] (../node_modules/regenerator-runtime/runtime.js:274:22)
  1346. at Generator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  1347. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1348. at invoke (../node_modules/regenerator-runtime/runtime.js:135:20)
  1349.  
  1350. ● Account: Menu items › should redirect to Activate Box
  1351.  
  1352. DetoxRuntimeError: Detox can't seem to connect to the test app(s)!
  1353.  
  1354. HINT:
  1355.  
  1356. Have you forgotten to call 'device.launchApp()' in the beginning of your test?
  1357. Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
  1358.  
  1359. ---
  1360. The following package could not be delivered:
  1361.  
  1362. {
  1363. type: 'invoke',
  1364. params: [Object],
  1365. messageId: 7
  1366. }
  1367.  
  1368. 36 | break;
  1369. 37 | case SCREEN.ACTIVATE_BOX:
  1370. > 38 | await element(by.id(accountMenuLocators.activateBox)).tap();
  1371. | ^
  1372. 39 | await expect(element(by.id(screenToOpen))).toBeVisible();
  1373. 40 | break;
  1374. 41 | default:
  1375.  
  1376. at Object.tap (pageObjects/accountMenu.js:38:63)
  1377. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1378. at Generator.invoke [as _invoke] (../node_modules/regenerator-runtime/runtime.js:274:22)
  1379. at Generator.prototype.<computed> [as next] (../node_modules/regenerator-runtime/runtime.js:97:21)
  1380. at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40)
  1381. at invoke (../node_modules/regenerator-runtime/runtime.js:135:20)
  1382. at ../node_modules/regenerator-runtime/runtime.js:170:11
  1383.  
  1384. detox[7059] ERROR: [cli.js] Command failed: jest --config e2e/config.json --testNamePattern '^((?!:ios:).)*$' --maxWorkers 1 e2e
  1385.  
  1386. error Command failed with exit code 1.
  1387. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  1388. | |
  1389. +---+---------------------------------------------------------------+----------+
  1390. | x | Detox - Run E2E Tests on Android (exit code: 1) | 4.3 min |
  1391. +---+---------------------------------------------------------------+----------+
  1392. | Issue tracker: https://github.com/bitrise-io/steps-script/issues |
  1393. | Source: https://github.com/bitrise-io/steps-script |
  1394. +---+---------------------------------------------------------------+----------+
  1395.  
  1396.  
  1397.  
  1398.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement