appium-device-farm
![npm version](https://badge.fury.io/js/appium-device-farm.svg)
This is an Appium plugin designed to manage and create driver session on connected android, iOS real devices, emulators and Simulators.
Documentation
The Documentation is hosted separately at
Device Farm
Contributing & Development
Clone this project from GitHub and run:
npm install
To run unit/functional tests:
npm test
npm run integration-android
npm run integration-ios
To build docs locally:
npm install
npm run build
npm run install-docs-deps
npm run build:docs
Navigate to site directory and open index.html to view the site locally.
Thanks to contributors 💙