https://github.com/expo/with-detox-tests
This template is no longer maintained! See https://github.com/yaron1m/expo-detox-typescript-example instead
https://github.com/expo/with-detox-tests
Last synced: 6 months ago
JSON representation
This template is no longer maintained! See https://github.com/yaron1m/expo-detox-typescript-example instead
- Host: GitHub
- URL: https://github.com/expo/with-detox-tests
- Owner: expo
- Created: 2017-09-02T20:28:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T18:40:03.000Z (about 5 years ago)
- Last Synced: 2025-04-08T12:09:45.081Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 30.4 MB
- Stars: 40
- Watchers: 4
- Forks: 21
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚨 Attention! 🚨
This repository is no longer maintained. We recommend that you refer to the following repository instead: https://github.com/yaron1m/expo-detox-typescript-example
# Archived documentation
## with-detox-tests
Demonstrates integration of the Detox gray box end-to-end testing library with Expo. Uses [detox](https://github.com/wix/Detox) 9.0.6+, [detox-expo-helpers](https://github.com/expo/detox-expo-helpers) and [expo-detox-hooks](https://github.com/expo/detox-tools).

### Try it out
1. [Install dependencies](https://github.com/wix/detox/blob/master/docs/Introduction.GettingStarted.md#step-1-install-dependencies) (only follow Step 1 from this guide for now, the rest is already done in this project)
2. Run `./setup.sh`. This should grab the latest [Expo app](https://expo.io/tools) and place it inside `bin/`
3. Start the packager: `expo start` (if you don't have `expo` installed, `yarn global add expo`).
4. `npm run e2e`