Appiumのセットアップ
Node
- https://nodejs.org/en/
- Appiumインストールのため
Appium
- 公式
- [$npm install -g appium] Permission deniedでインストール失敗した
- [JDK インストール] https://www.oracle.com/technetwork/java/javase/downloads/index.html
- [$npm install -g appium-doctor] Appium-doctor
- appiumを使うために不足している設定を診断してくれる
- 必要だった設定
- Please install Carthage. Visit https://github.com/Carthage/Carthage#installing-carthage for more information.
- Manually configure ANDROID_HOME.
- Manually configure JAVA_HOME.
- こんな風に指定できるらしい. https://qiita.com/seri_k/items/e978c1339ce51f13e297
- Manually configure ANDROID_HOME and run appium-doctor again.
1 | export ANDROID_HOME="~/Library/Android/sdk" |
- Appium desktop
使い方
Screenrecord
Memo
- 試してみる: appium-docker-android
- https://github.com/appium/appium-docker-android
- なぜか上手く動かなかった
ref: https://qiita.com/atsushi0521/items/660a3ac74cb4b7d734f5