$ yarn setup && yarn ios
or
$ yarn setup && yarn android
Start the required services:
$ docker-compose up
Setup the project:
$ yarn setup
Run the e2e tests:
$ detox build -c ios.debug
$ NODE_ENV=test detox test -c ios.debug
or
$ detox build -c ios.release
$ detox test -c ios.release
Currently, the CI Workflow expects a local macos
runner. Pushes to main
will trigger the Workflow.