Skip to content

This is an Appium 2.0 plugin designed to manage and create driver sessions on available devices.

License

Notifications You must be signed in to change notification settings

sudharsan-selvaraj/appium-device-farm

 
 

Repository files navigation

appium-device-farm


DeviceFarm


Build Status npm version

This is an Appium plugin designed to manage and create driver session on connected android devices and iOS Simulators.

Documentation

The Documentation is hosted separately at https://appium-device-farm-eight.vercel.app/

Contributing & Development

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.

Thanks to contributors 💙

About

This is an Appium 2.0 plugin designed to manage and create driver sessions on available devices.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 87.9%
  • JavaScript 8.4%
  • CSS 2.9%
  • Other 0.8%