https://github.com/codingitwrong/detoxciapp
An app for testing and confirming running Detox on GitHub Actions CI
https://github.com/codingitwrong/detoxciapp
Last synced: about 2 months ago
JSON representation
An app for testing and confirming running Detox on GitHub Actions CI
- Host: GitHub
- URL: https://github.com/codingitwrong/detoxciapp
- Owner: CodingItWrong
- Created: 2022-05-22T13:28:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-22T22:19:16.000Z (about 4 years ago)
- Last Synced: 2025-06-01T14:58:26.807Z (about 1 year ago)
- Language: Java
- Homepage: https://dev.to/edvinasbartkus/running-react-native-detox-tests-for-ios-and-android-on-github-actions-2ekn
- Size: 311 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Project
Describe your project here.
## Requirements
- [Node](https://nodejs.org)
- [Yarn 1.x](https://classic.yarnpkg.com/lang/en/)
- [Ruby](https://www.ruby-lang.org/)
- [Cocoapods](https://cocoapods.org/)
- [Android Studio](https://developer.android.com/studio) and/or [Xcode](https://developer.apple.com/xcode/)
## Installation
- Clone the repo
- Run `yarn install`
- Run `cd ios && pod install`
Dependencies are locked with `yarn.lock`; please use `yarn` rather than `npm` for installing.
## Running
- In one terminal, run `yarn start`
- In another terminal, run `yarn android` or `yarn ios`
## Unit Tests
- Run `yarn test`
## E2E Tests
- Run `detox build -c ios` (only needs to be run once per native code changes)
- Run `detox test -c ios`