0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

iOSのATDD開発(準備編)

Last updated at Posted at 2019-11-18

以前書いた記事(きゅうりのことはじめ)の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
luqKh5d5f2f71a043f4d90be165fd.png

#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

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?