try earlgrey | 20161118 ios test night

15
Try EarlGrey Ichiko Moro iOS Test Night, 2016/11/18

Upload: ichikorevjune

Post on 14-Apr-2017

862 views

Category:

Technology


3 download

TRANSCRIPT

Page 1: Try EarlGrey | 20161118 iOS Test Night

Try EarlGreyIchiko Moro iOS Test Night, 2016/11/18

Page 2: Try EarlGrey | 20161118 iOS Test Night

• name: / Ichiko Moro

• role: @

• app ( ):

• twitter: @ichiko_revjune

• github: ichiko

Page 3: Try EarlGrey | 20161118 iOS Test Night

UI Test Appium

• CI

Page 4: Try EarlGrey | 20161118 iOS Test Night

?

• XCUITest

• facebook/ios-snapshot-test-case

• KIF

• XCTest + google/EarlGrey

Page 5: Try EarlGrey | 20161118 iOS Test Night

EarlGrey

• XCUITest

• XCTest EarlGrey

• Xcode CI

• EarlGrey v1.0 1.3, Xcode 7.3.1

Page 6: Try EarlGrey | 20161118 iOS Test Night

1: IdentifierN

Page 7: Try EarlGrey | 20161118 iOS Test Night

) 2

• accessibilityId

• accessibilityId 2

• (2016.8) EarlGrey

(v1.0)

recipe cell

recipe cell

recipe cell

recipe cell

Page 8: Try EarlGrey | 20161118 iOS Test Night

N

• Matcher

• Matcher

Page 9: Try EarlGrey | 20161118 iOS Test Night

N

• Matcher

• Matcher

• v1.1.0

• `grey_atIndex` (ElementInteraction )

Page 10: Try EarlGrey | 20161118 iOS Test Night

2: SystemAlert

Page 11: Try EarlGrey | 20161118 iOS Test Night

SystemAlert

• OS

• UIAlertView

Page 12: Try EarlGrey | 20161118 iOS Test Night

SystemAlert

• XCUITest EarlGrey XCTest

• EarlGrey repository issue

• https://github.com/google/EarlGrey/issues/55

• Facebook/WebDriverAgent

Page 13: Try EarlGrey | 20161118 iOS Test Night

WebDriverAgent ?

• Carthage (;_;

• !!

Page 14: Try EarlGrey | 20161118 iOS Test Night

WebDriverAgent ?

• Carthage (;_;

• !!

• Xcode 8.0

• System Alert (T T

• WebDriverAgent Private API

Page 15: Try EarlGrey | 20161118 iOS Test Night

• OSS

KazuCocoa