Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit c19abe2

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ Scenario: User can remove an existing contact from the contacts list
6363
```
6464

6565
## Installation
66-
Make sure that `bundler` is installed on your machine:
66+
We will use `bundler` to install dependencies such as `calabash`, `appium`, `fastlane`.
67+
Make sure that [`bundler`](http://bundler.io/) is installed on your machine:
6768

6869
```bash
6970
# Check bundler version
@@ -79,9 +80,8 @@ bundle install
7980
```
8081

8182
For **Appium** we will need to install Appium server separately. For this demo we will use Appium server standalone app.
82-
Check out [this guide](http://github.com) for more details related to Appium server installation.
83-
8483
![Appium Standalone App](/assets/appium.png)
84+
Check out [this guide](https://github.com/appium/appium) for more details related to Appium server installation.
8585

8686
## Run Tests
8787

@@ -118,7 +118,7 @@ xcodebuild -project Contacts.xcodeproj \
118118
-derivedDataPath "build"
119119
build
120120

121-
cd ../appium && cucumber
121+
cd appium && cucumber
122122
```
123123

124124
**Run with fastlane:**
@@ -138,7 +138,7 @@ xcodebuild -project Contacts.xcodeproj \
138138
-derivedDataPath "build"
139139
build
140140

141-
cd ../calabash && APP=\"../Build/Products/Debug-iphonesimulator/Contacts-cal.app\" cucumber
141+
cd calabash && APP=\"../Build/Products/Debug-iphonesimulator/Contacts-cal.app\" cucumber
142142
```
143143

144144
**Run with fastlane:**
@@ -160,7 +160,7 @@ xcodebuild -project Contacts.xcodeproj \
160160
-derivedDataPath "build"
161161
build
162162

163-
cd ../ui-automation && ./run-tests.sh "../build/Products/Debug-iphonesimulator/Contacts-test.app" "iPhone 5s"
163+
cd ui-automation && ./run-tests.sh "../build/Products/Debug-iphonesimulator/Contacts-test.app" "iPhone 5s"
164164
```
165165

166166
**Run with fastlane:**

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /