デモ環境 for https://www.jasst.jp/symposium/jasst22tohoku.html
$ npm install -g appium@next
(npm
コマンドのインストールは検索してみてください)
$ appium
macOSが必要です
$ cd 1_ui_test_appium
$ bundle install
$ bundle exec ruby appium.rb
$ cd 2_integrate_network_real
$ bundle install
$ bundle exec ruby network.rb
$ cd 3_unit_network_stub
$ bundle install
$ bundle exec ruby network.rb
$ cd 4_unit
$ bundle install
$ bundle exec ruby test.rb