qahive / detox-test-react-native-todo-list

Demo testing project for

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Setup

  • Install library npm install

Update app path

Under detox.config.js update

"ios.debug": {
  "type": "ios.app",
  "binaryPath": "./ios/debug/todo.app",
},

Update simulator

Under detox.config.js update simulator name and os version

"simulator": {
  "type": "ios.simulator",
  "device": {
    "type": "iPhone 14",
    "os": "iOS 16.0"
  }
},

Run test

npm run test:ios-debug

Options

--reuse Reuse current application state without clean up data

About

Demo testing project for


Languages

Language:JavaScript 91.5%Language:TypeScript 8.5%