Difference between revisions of "Mobile"

From Test Automation Wiki
Jump to: navigation, search
(Created page with "For mac osx 10.11: * use finder to open terminal * type brew install ruby * paste the ruby install like windows install page * use cucumber 0.8.0 * install appium_lib gem * i...")
 
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
* type brew install ruby
 
* type brew install ruby
 
* paste the ruby install like windows install page
 
* paste the ruby install like windows install page
* use cucumber 0.8.0
+
* use cucumber 1.3.19 and watir 0.8.0
 
* install appium_lib gem
 
* install appium_lib gem
 
* install appium
 
* install appium
 
* install java JDK
 
* install java JDK
 +
* install android SDK
 +
* go to your sdk install folder and make it non hidden https://discussions.apple.com/thread/3227699?tstart=0
 +
* add adb to path http://stackoverflow.com/questions/17901692/set-up-adb-on-mac-os-x

Latest revision as of 10:23, 29 July 2016

For mac osx 10.11: