Totally New this area:
Does Detox support apps which are developed in React and Wrapped in ReactNative?
I am trying to use testing framework for react+react-native app. Trying to test in simulator and/or device. I liked Detox, but not sure if it will work with app which is developed in react and wrapped in react native.
If it does work then wondering if testID in component which are in react (not react native) will be recognized by Detox or not?
Don't have app yet couldn't test yet. Looking at the wix/detox github doesn't mention specifically for this scenario.
My other option is to go with Appium, but would love to go with Detox if this works better and Supported by WIX.
Thank you