Skip to content

Repo for Appium Workshop at the 2016 Selenium Conference.

Notifications You must be signed in to change notification settings

kshamahike/appium-workshop

 
 

Repository files navigation

Appium Workshop

###Install Appium Dependencies

  • Follow instruction here for Windows.
  • Follow instruction here for mac.

###Clone or download this repo.

  • Unzip the repo if you downloaded it.
  • Move the project to C:\Users\**your_user_name**\appium-workshop for windows.
  • Move the project to ~/appium-workshop for mac.

###Install Ruby Gems Dependencies

  • Goto cd appium-workshop
  • Install bundler gem install bundler
  • Install appium_lib gem install appium_lib

###Run the sample test

  • Double click the Appium icon on windows desktop or run from applications folder for mac.
  • Click the Play/Start button.
  • Start your EM1 android emulator you created in the setup.
  • Open CMD or terminal and goto cd C:\Users\your_user_name\appium-workshop\example or cd ~/appium-workshop/example.
  • Then run ruby test-appium.rb
  • You should see "YAY! ALL LOOKS GOOD!!!!" if everything worked correctly.

About

Repo for Appium Workshop at the 2016 Selenium Conference.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%