ios automation test with frank

10

Click here to load reader

Upload: dwi-sasongko-supriyadi

Post on 12-Jul-2015

161 views

Category:

Engineering


0 download

TRANSCRIPT

Page 1: iOS Automation Test with Frank

iOS App Automation Test with Frank

<[email protected]>

Page 2: iOS Automation Test with Frank

Get HackerNews iOS

Fork: https://github.com/bonzoq/hniosreader

Clone!

Page 3: iOS Automation Test with Frank

Install Frank & Friends

$ gem install frank-cucumber$ gem install calabash-cucumber

# Remove old sim_launcher & ios-sim# Install ios-sim via npm

Page 4: iOS Automation Test with Frank

Frankify

$ pod install$ frank setup$ frank-calabash install$ frank build --workspace hn.xcworkspace --scheme hn

Page 5: iOS Automation Test with Frank

See it in action

$ cd Frank/$ cucumber

Page 6: iOS Automation Test with Frank

Your first test

Page 7: iOS Automation Test with Frank

Run!

Page 8: iOS Automation Test with Frank

Symbiote

Page 9: iOS Automation Test with Frank

Write Your Own Step

Page 10: iOS Automation Test with Frank