JSPM

  • Created
  • Published
  • Downloads 2769
  • Score
    100M100P100Q121727F
  • License Apache-2.0

Test environment for fitness to run Appium

Package Exports

  • @appium/doctor
  • @appium/doctor/appium-doctor.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@appium/doctor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@appium/doctor

Attempts to diagnose and fix common Appium configuration issues

NPM version Downloads

[!WARNING] This package has been deprecated since the Appium server v 2.4.0 and will be removed in the future. Use doctor checks (if any exist) integrated into your installed driver or plugin by running appium driver doctor <driver_name> or appium plugin doctor <plugin_name>.

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]

License

Apache-2.0