This is an Appium plugin designed to manage and create driver session on connected android, iOS real devices, emulators and Simulators.
The Documentation is hosted separately at Device Farm
Clone this project from GitHub and run:
npm install
To run unit/functional tests:
npm test # unit
npm run integration-android # Android integration tests
npm run integration-ios # iOS integration tests
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.