LoginSignup
0
0

More than 5 years have passed since last update.

開発中のappiumを使ってみる

Posted at

iOS 8でテストを動かしたいので、開発中のiOS 8ブランチを使ってみました。
とりあえず単純なテストは起動するものの、環境のクリアなどがまだのようでした (2014.09.26現在)。

$ git clone https://github.com/appium/appium.git
$ git show HEAD
commit 30dab9c6577fdc1f6b717a9c7fce002f4ded8161
Merge: 90d746b 1e4e6f7
Author: Jonathan Lipps <jlipps@gmail.com>
Date:   Thu Sep 25 16:14:50 2014 -0700

    Merge pull request #3711 from imurchie/isaac-location

    Fix Android location test

$ cd appium
$ git checkout ios8
$ ./reset.sh --ios
$ npm install -g .
$ appium
info: Welcome to Appium v1.3.0-beta1 (REV e62477a94202799c55f8b0dd6b83c08141452e03)
info: Appium REST http interface listener started on 0.0.0.0:4723
info: Console LogLevel: debug
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