You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We updated our RN version to 57.3 and we are no longer able to run detox tests for iOS. Every time we run tests we get the following errors:
ReferenceError: device is not defined
ReferenceError: element is not defined
detox[44535] ERROR: [index.js/DETOX_INIT_ERROR]
Error: Can't send a message on a closed websocket, init the by calling 'open()'. Message: {"type":"isReady","params":{},"messageId":-1000}
Aside from these errors, running detox test results in detox opening various simulators at once
Detox, Node, Device, Xcode and macOS Versions
Detox: 9.0.4
React Native: 0.57.3
Node: 9.8.0
Device: Any Iphone
Xcode: 10
macOS: High Sierra
The text was updated successfully, but these errors were encountered:
Description
We updated our RN version to 57.3 and we are no longer able to run detox tests for iOS. Every time we run tests we get the following errors:
ReferenceError: device is not defined
ReferenceError: element is not defined
detox[44535] ERROR: [index.js/DETOX_INIT_ERROR]
Error: Can't send a message on a closed websocket, init the by calling 'open()'. Message: {"type":"isReady","params":{},"messageId":-1000}
Aside from these errors, running detox test results in detox opening various simulators at once
Detox, Node, Device, Xcode and macOS Versions
The text was updated successfully, but these errors were encountered: