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
- Host: GitHub
- URL: https://github.com/appium/workshop
- Owner: appium
- Created: 2013-05-28T18:48:45.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T15:19:13.000Z (about 8 years ago)
- Last Synced: 2025-04-19T10:56:26.670Z (about 1 year ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 3
- Watchers: 18
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```