###Install Appium Dependencies
###Clone or download this repo.
- Unzip the repo if you downloaded it.
- Move the project to
C:\Users\**your_user_name**\appium-workshopfor windows. - Move the project to
~/appium-workshopfor 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\exampleorcd ~/appium-workshop/example. - Then run
ruby test-appium.rb - You should see "YAY! ALL LOOKS GOOD!!!!" if everything worked correctly.