- Install library
npm install
Under detox.config.js update
"ios.debug": {
"type": "ios.app",
"binaryPath": "./ios/debug/todo.app",
},
Under detox.config.js update simulator name and os version
"simulator": {
"type": "ios.simulator",
"device": {
"type": "iPhone 14",
"os": "iOS 16.0"
}
},
npm run test:ios-debug
Options
--reuse Reuse current application state without clean up data