@@ -63,7 +63,8 @@ Scenario: User can remove an existing contact from the contacts list
63
63
```
64
64
65
65
## 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:
67
68
68
69
``` bash
69
70
# Check bundler version
@@ -79,9 +80,8 @@ bundle install
79
80
```
80
81
81
82
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
-
84
83
![ Appium Standalone App] ( /assets/appium.png )
84
+ Check out [ this guide] ( https://github.com/appium/appium ) for more details related to Appium server installation.
85
85
86
86
## Run Tests
87
87
@@ -118,7 +118,7 @@ xcodebuild -project Contacts.xcodeproj \
118
118
-derivedDataPath " build"
119
119
build
120
120
121
- cd ../ appium && cucumber
121
+ cd appium && cucumber
122
122
```
123
123
124
124
** Run with fastlane:**
@@ -138,7 +138,7 @@ xcodebuild -project Contacts.xcodeproj \
138
138
-derivedDataPath " build"
139
139
build
140
140
141
- cd ../ calabash && APP=\" ../Build/Products/Debug-iphonesimulator/Contacts-cal.app\" cucumber
141
+ cd calabash && APP=\" ../Build/Products/Debug-iphonesimulator/Contacts-cal.app\" cucumber
142
142
```
143
143
144
144
** Run with fastlane:**
@@ -160,7 +160,7 @@ xcodebuild -project Contacts.xcodeproj \
160
160
-derivedDataPath " build"
161
161
build
162
162
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"
164
164
```
165
165
166
166
** Run with fastlane:**
0 commit comments