以前書いた記事(きゅうりのことはじめ)のiOSにおけるATDD開発の備忘録として残します。
#Java のインストール
最新JDKをダウンロードして、dmgからインストール
http://www.oracle.com/technetwork/java/javase/overview/index.html
#IntelliJ IDEAのインストール
最新のIntelliJ IDEA community edition(JBR8)をダウンロードして、dmgからインストール https://www.jetbrains.com/idea/download/
参考: https://reasonable-code.com/intellij-install/
#プラグインのダウンロード
Cucumber for Java
Gherkin
Makefile Support: https://qiita.com/shiraily/items/2c12e09a26be04e0c1c0
#Appium(コマンドライン)のインストール
npm からインストール
$ npm install -g appium@1.12.1
$ appium
[Appium] Welcome to Appium v1.12.1
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
// ctr + cで終了
#Appium Desktopのインストール
下記リンクからver. 1.12.1をダウンロードして、dmgからインストール
https://github.com/appium/appium-desktop/releases