snapshot ではじめる ローカライズ検証

Post on 08-Feb-2017

1.516 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

snapshot

iOS Test Night #2 2017/01/19 moko_ist

🙋

• • • • iOS

🌎

iPhone SE

iPhone SE

iPhone SE iPhone 7

iPhone SE

iPhone SE

😕

• • • •

• • x

fastlane snapshot

fastlane 🚀

• iOS(/Android)

https://fastlane.tools

snapshot 📷

• fastlane

• x •

• UITest

https://github.com/fastlane/fastlane/tree/master/snapshot

$ cd /path/to/PROJECT_ROOT $ bundle install fastlane

$ bundle exec fastlane init $ bundle exec fastlane snapshot init

Snapfile

$ cat fastlane/Snapfile … devices([ "iPhone SE", "iPhone 7", "iPhone 7 Plus", "iPad Air 2", ]) …

Snapfile

$ cat fastlane/Snapfile … languages([ ["en", "en-US"], "ja", ]) …

UITest

UITest

$ bundle exec fastlane snapshot

DEMO

Tips 📝

• • • ex. html GitHub Pages •

• CI

• fastlane

Tips 📝

• • • ex. html GitHub Pages •

• CI

• fastlane

😕

• • accessibilityIdentifier

• html •

😕

• • accessibilityIdentifier

• html •

😕

• • accessibilityIdentifier

• html •

😕

• • accessibilityIdentifier

• html •

😕

• • accessibilityIdentifier

• html •

🙇

Enjoy snapshot 😊

top related