Skip to content

appium/ruby_lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ddd94b4 Â· Dec 19, 2014
Oct 12, 2014
Oct 11, 2014
May 13, 2014
Dec 3, 2014
Dec 19, 2014
Mar 28, 2013
Nov 25, 2013
Mar 19, 2013
May 14, 2014
Aug 13, 2014
Dec 3, 2014
Oct 27, 2014
Jul 21, 2014

Repository files navigation

appium_lib Gem VersionDependency Status

Helper methods for writing cross platform (iOS, Android) tests in Ruby using Appium. Note that user waits should not exceed 120 seconds if they're going to run on Sauce Labs.

Make sure you're using Appium 1.0.0 or newer and Ruby 1.9.3+ with upgraded rubygems and bundler.

Start appium server

node .

Install / Upgrade

Update rubygems and bundler.

gem update --system ;\
gem update bundler

Install the latest gem release.

gem uninstall -aIx appium_lib ;\
gem install --no-rdoc --no-ri appium_lib

Sauce Labs env vars

  • SAUCE_USERNAME Sauce username
  • SAUCE_ACCESS_KEY Sauce API key

Troubleshooting

  1. Does adb kill-server; adb devices list an active Android device?
  2. Are you running appium from source? node .

Documentation