Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

appium/appium-doctor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 10, 2022
9036a26 Β· Sep 10, 2022
Feb 15, 2022
Sep 9, 2022
Sep 9, 2022
Aug 17, 2022
Jan 14, 2017
Jan 17, 2018
Jan 17, 2018
Mar 21, 2019
Sep 9, 2022
Jul 5, 2015
Jan 8, 2021
Jan 12, 2019
Jul 5, 2015
Sep 10, 2022

Deprecated

Please refer to https://github.com/appium/appium/tree/master/packages/doctor

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