I understand detox is a grey-box framework, but while going through iOS setup I see that the detox config is:
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/HelloWorld.app", "build": "xcodebuild -project ios/example.xcodeproj -scheme example -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build", "type": "ios.simulator", "name": "iPhone 7"
So my question is Can I run Detox test on .app or .apk without integrating it in app first?
Say like appium I give it apk location and run test ?