Application template to demonstrate how to run e2e in an Expo Managed application using Detox
Tested using:
- MacOS 12.1 Monterrey, M1 Pro
- ExpoCli v5.0.2
- CocoaPods v1.11.2
xcode-select --install
npm install -g detox-cli
brew tap wix/brew
brew install applesimutils
Install Expo CLI:
npm install -g expo-cli
yarn start:go
and scan the QRCode with your iOS Camera, or Android Expo app.
yarn e2e:ios
Check the wiki in this repo to see how to setup this in your project.
See the detailed guide here.
Run yarn run eas-e2e
to build the app and run the tests.
Remember to create your EXPO_TOKEN here, and add it to your repository following this guide