atdatabases
atdatabases copied to clipboard
Automate tests for expo
Currently the process for testing expo changes is:
- cd into expo-test-project
- run
yarn
- run
yarn start
- scan the QR code on an iPhone or android device with the expo app installed.
- check you see "passed" in big green writing.
It would be nice to use something like Detox (perhaps via the react-native orb on CircleCI) to automatically load the app and check that the "passed" text appers.