Skip to content

Commit

Permalink
update contributing docs with new test command, travis refs
Browse files Browse the repository at this point in the history
  • Loading branch information
brainbicycle committed Apr 9, 2024
1 parent 7390179 commit 4a350d2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ Install dependencies via CocoaPods for the demo project.

```
cd FBSnapshotTestCaseDemo
pod install
bundle exec pod install
```

#### Open Workspace

Open the ios-snapshot-test-case-expecta.xcworkspace workspace in XCode.
Open the ios-snapshot-test-case-expecta.xcworkspace workspace in Xcode.

#### Write Tests

Expand All @@ -55,7 +55,9 @@ Implement your feature or bug fix.
Make sure that you can build the project and run all tests successfully.

```
make all
cd FBSnapshotTestCaseDemo
bundle exec pod install
xcodebuild -workspace FBSnapshotTestCaseDemo.xcworkspace -scheme FBSnapshotTestCaseDemo -sdk iphonesimulator -destination 'name=iPhone 15' build test | bundle exec xcpretty -c
```

#### Write Documentation
Expand Down Expand Up @@ -119,7 +121,7 @@ git push origin my-feature-branch -f

#### Check on Your Pull Request

Go back to your pull request after a few minutes and see whether it passed muster with Travis-CI. Everything should look green, otherwise fix issues and amend your commit as described above.
Go back to your pull request after a few minutes and see whether it passed muster with CI. Everything should look green, otherwise fix issues and amend your commit as described above.

#### Be Patient

Expand Down

0 comments on commit 4a350d2

Please sign in to comment.