This cookbook installs Appium (http://appium.io/).
- Chef 11 or higher
- XCode 4.5 or higher w/ Command Line Tools
- CentOS, RedHat
- Mac OS X
- Ubuntu
- nodejs
Add the cookbook to your run_list in a node or role:
"run_list": [
"recipe[appium::default]"
]
or include it in a recipe:
depends 'appium'
include_recipe 'appium::default'
- Ask specific questions on Stack Overflow.
- Report bugs and discuss potential features in Github issues.
Please refer to CONTRIBUTING.
MIT - see the accompanying LICENSE file for details.