Skip to content

Commit

Permalink
Updates to contribution instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Apr 24, 2017
1 parent 1ce5170 commit 2454722
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ bundle exec fastlane test_ios
```

There is also a `runAllTests` script at the repository root for convenience, which also runs `npm run lint` and `npm test`.
This script requires macOS because it runs the iOS tests.

Notes on native unit tests and Fastlane:

Expand All @@ -51,6 +52,9 @@ Notes on native unit tests and Fastlane:
```
- The iOS tests must be run on macOS with Xcode 8 installed.
- You can also run the native unit tests in Android Studio or Xcode if you prefer, using the projects under native-tests. You must install the NPM dependencies for this repo first.
- There is no need to run `pod install` or even install CocoaPods in order to run the unit tests.
- If you don't have access to macOS and are not changing anything in the iOS codebase, there is no need to
run the iOS unit tests. They will run in CI. If anything fails the error will be reported there.

### Docs

Expand Down

0 comments on commit 2454722

Please sign in to comment.