Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit 71db032

Browse files
committed
Update README.md
1 parent f0a9970 commit 71db032

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ xcodebuild -project Contacts.xcodeproj \
119119
-derivedDataPath "build" \
120120
build
121121

122-
cd appium && cucumber
122+
cd appium && bundle exec cucumber
123123
```
124124

125125
**Run with fastlane:**
@@ -139,7 +139,7 @@ xcodebuild -project Contacts.xcodeproj \
139139
-derivedDataPath "build" \
140140
build
141141

142-
cd calabash && APP=\"../Build/Products/Debug-iphonesimulator/Contacts-cal.app\" cucumber
142+
cd calabash && APP=\"../Build/Products/Debug-iphonesimulator/Contacts-cal.app\" bundle exec cucumber
143143
```
144144

145145
**Run with fastlane:**
@@ -161,7 +161,7 @@ xcodebuild -project Contacts.xcodeproj \
161161
-derivedDataPath "build" \
162162
build
163163

164-
cd ui-automation && ./run-tests.sh "../build/Products/Debug-iphonesimulator/Contacts-test.app" "iPhone 5s"
164+
cd ui-automation && ./run-tests.sh "../build/Products/Debug-iphonesimulator/Contacts-test.app" "iPhone 6 (9.1)"
165165
```
166166

167167
**Run with fastlane:**

0 commit comments

Comments
 (0)