Skip to content

dhoer/chef-appium

Repository files navigation

Appium Cookbook

Cookbook Version Build Status GitHub Issues

This cookbook installs Appium (http://appium.io/).

Requirements

  • Chef 11 or higher
  • XCode 4.5 or higher w/ Command Line Tools

Platforms

  • CentOS, RedHat
  • Mac OS X
  • Ubuntu

Cookbooks

  • nodejs

Usage

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'

Getting Help

Contributing

Please refer to CONTRIBUTING.

License

MIT - see the accompanying LICENSE file for details.