An open API service indexing awesome lists of open source software.

https://github.com/appium/workshop

To be used when people do Appium workshops
https://github.com/appium/workshop

Last synced: about 1 year ago
JSON representation

To be used when people do Appium workshops

Awesome Lists containing this project

README

          

Appium JS Workshop repo
========

To be used when people do Appium workshops.

Setup
-----

Requirements:
* Mac OS X 10.8
* Xcode 4.6
* Xcode command-line tools
* iOS 6.1 SDK
* Android Developer Tools 22
* Node and NPM (`brew install node`)

Get the workshop code
```bash
git clone https://github.com/appium/workshop.git appium-workshop
cd appium-workshop
```

Install dependencies
```bash
npm install -g mocha # get mocha globally
npm install . # install npm deps for the workshop
./apps/download.sh
```