atdatabases icon indicating copy to clipboard operation
atdatabases copied to clipboard

Automate tests for expo

Open ForbesLindesay opened this issue 4 years ago • 0 comments

Currently the process for testing expo changes is:

  1. cd into expo-test-project
  2. run yarn
  3. run yarn start
  4. scan the QR code on an iPhone or android device with the expo app installed.
  5. 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.

ForbesLindesay avatar Feb 27 '20 17:02 ForbesLindesay