appium / appium-doctor

[Deprecated] Please use https://github.com/appium/appium/tree/master/packages/doctor
Apache License 2.0
128 stars 34 forks source link

ci: Set up CI with Azure Pipelines #111

Closed KazuCocoa closed 3 years ago

KazuCocoa commented 3 years ago
1) android
       AndroidToolCheck
         diagnose - failure - no ANDROID_HOME:

      AssertionError: expected { Object (ok, optional, ...) } to deeply equal { Object (ok, optional, ...) }
      + expected - actual

       {
      -  "message": "adb, android, emulator exist: /usr/local/lib/android/sdk"
      -  "ok": true
      +  "message": "adb, android, emulator could not be found because ANDROID_HOME or ANDROID_SDK_ROOT is NOT set!"
      +  "ok": false
         "optional": false
       }

      at Context.<anonymous> (test/android-specs.js:73:44)

Will include this change later