All Projects → appium → appium-doctor

appium / appium-doctor

Licence: Apache-2.0 License
Tool to verify appium installation

Programming Languages

javascript
184084 projects - #8 most used programming language

appium-doctor

Attempts to diagnose and fix common Node, iOS and Android configuration issues before starting Appium.

Build Status

Install

npm install appium-doctor -g

Usage

➜  appium-doctor -h

Usage: appium-doctor.js [options, defaults: --ios --android]

Options:
  --ios       Check iOS setup                             [boolean]
  --android   Check Android setup                         [boolean]
  --dev       Check dev setup                             [boolean]
  --debug     Show debug messages                         [boolean]
  --yes       Always respond yes                          [boolean]
  --no        Always respond no                           [boolean]
  --demo      Run appium-doctor demo (for dev).           [boolean]
  -h, --help  Show help                                   [boolean]

Dev

Watch

npm run watch

Test

npm test

Hack Cli

Use the --demo option to simulate the fix process.

appium-doctor --demo
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].