|
|
5 years ago | |
|---|---|---|
| .. | ||
| android | 5 years ago | |
| e2e | 5 years ago | |
| ios | 5 years ago | |
| src | 5 years ago | |
| .buckconfig | 6 years ago | |
| .flowconfig | 6 years ago | |
| .gitignore | 6 years ago | |
| .watchmanconfig | 6 years ago | |
| README.md | 6 years ago | |
| index.android.js | 5 years ago | |
| index.js | 5 years ago | |
| metro.config.js | 5 years ago | |
| package.json | 5 years ago | |
| yarn.lock | 5 years ago | |
detox
brew install node, node 8.3.0 and up is required for native async-await support, otherwise you'll have to babel the tests).npm install -g react-native-cli)brew install watchman)examples/demo-react-native.npm install.detox build --configuration ios.sim.release
detox test --configuration ios.sim.release
This action will open a new simulator and run the tests on it.
detox build --configuration ios.sim.debug
npm run start
detox test --configuration ios.sim.debug
This action will open a new simulator and run the tests on it.