This is an Appium plugin designed to manage and create driver session on connected android devices and iOS Simulators.
The Documentation is hosted separately at https://appium-device-farm-eight.vercel.app/
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.