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

Commit 4e78a3b

Browse files
committed
Update README.md
1 parent c19abe2 commit 4e78a3b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Afer `bundler` is installed run:
7878
```bash
7979
bundle install
8080
```
81+
If you get an error related to `nokogiri` installation, please consider this installation [guide](http://www.nokogiri.org/tutorials/installing_nokogiri.html) for `nokogiri` gem.
8182

8283
For **Appium** we will need to install Appium server separately. For this demo we will use Appium server standalone app.
8384
![Appium Standalone App](/assets/appium.png)
@@ -97,7 +98,7 @@ Tests are located in `ContactsUITests` folder.
9798
xcodebuild -project Contacts.xcodeproj \
9899
-scheme "Contacts" \
99100
-sdk iphonesimulator \
100-
-destination 'platform=iOS Simulator,name=iPhone 6,OS=9.1'
101+
-destination 'platform=iOS Simulator,name=iPhone 6,OS=9.1' \
101102
test
102103
```
103104

@@ -115,7 +116,7 @@ Appium is an open source test automation framework for use with native, hybrid a
115116
xcodebuild -project Contacts.xcodeproj \
116117
-scheme "Contacts" \
117118
-sdk iphonesimulator \
118-
-derivedDataPath "build"
119+
-derivedDataPath "build" \
119120
build
120121

121122
cd appium && cucumber
@@ -135,7 +136,7 @@ Calabash is an automated testing technology for Android and iOS native and hybri
135136
xcodebuild -project Contacts.xcodeproj \
136137
-scheme "Contacts-cal" \
137138
-sdk iphonesimulator \
138-
-derivedDataPath "build"
139+
-derivedDataPath "build" \
139140
build
140141

141142
cd calabash && APP=\"../Build/Products/Debug-iphonesimulator/Contacts-cal.app\" cucumber
@@ -157,7 +158,7 @@ Tests are located in `ui-automation` folder.
157158
xcodebuild -project Contacts.xcodeproj \
158159
-scheme "Contacts" \
159160
-sdk iphonesimulator \
160-
-derivedDataPath "build"
161+
-derivedDataPath "build" \
161162
build
162163

163164
cd ui-automation && ./run-tests.sh "../build/Products/Debug-iphonesimulator/Contacts-test.app" "iPhone 5s"

0 commit comments

Comments
 (0)