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
Describe the bug
I'm running tests in my app for android and iOS. For iOS everything works fine, but on Android it seems doesn't load the global variables "element" and "device" at "detox.init(config);"
To Reproduce
I have tested this issue on the latest Detox release and it still reproduces
I tested on demo project "demo-react-native" with the same versions that I'm using and it works fine. The difference is that I have more dependencies on package.json.
I'm using Jest but I also get the error with Mocha.
So, can it be dependencies conflict or something missing at DetoxTest.java related with my app?
I have everything configured according to your documentation.
Expected behavior
Load the global variables at "detox.init(config)".
Environment (please complete the following information):
Detox: 12.3.0
Jest: 24.7.1
React Native: 0.58.6
Node: v10.15.3
Device: Android emulator and real device
OS: Mac OS Mojave 10.14.4
Device and Verbose Detox Logs
Device and Detox logs attached detox.log device.log
The text was updated successfully, but these errors were encountered:
We use the issue tracker exclusively for bug reports and feature requests. This issue appears to be a general usage or support question. Instead, please ask a question on Stack Overflow with the detox tag.
Describe the bug
I'm running tests in my app for android and iOS. For iOS everything works fine, but on Android it seems doesn't load the global variables "element" and "device" at "detox.init(config);"
To Reproduce
First, I run:
and then I get the errors:
I tested on demo project "demo-react-native" with the same versions that I'm using and it works fine. The difference is that I have more dependencies on package.json.
I'm using Jest but I also get the error with Mocha.
So, can it be dependencies conflict or something missing at DetoxTest.java related with my app?
I have everything configured according to your documentation.
Expected behavior
Load the global variables at "detox.init(config)".
Environment (please complete the following information):
Device and Verbose Detox Logs
Device and Detox logs attached
detox.log
device.log
The text was updated successfully, but these errors were encountered: