Skip to content

Instantly share code, notes, and snippets.

@erisu
Last active September 16, 2021 17:55
Show Gist options
  • Save erisu/ea2ea5fd364a13e3fddb64280ebdff25 to your computer and use it in GitHub Desktop.
Save erisu/ea2ea5fd364a13e3fddb64280ebdff25 to your computer and use it in GitHub Desktop.
Cordova Plugin - GitHub Actions Test Results

Cordova Plugin - GitHub Actions Test Results

Failed

  • cordova-plugin-camera
    • Android: edit-config issue
  • cordova-plugin-file
    • Android: edit-config issue
    • iOS:
      resolveLocalFileSystemURL on cdvfile://
           ✗ file.spec.147 should be able to resolve cdvfile applicationDirectory fs root
             - Expected [object Event] not to be defined.
      
  • cordova-plugin-file-transfer
    • Android: ?
    • Chrome: ?
    • iOS: ?
  • cordova-plugin-inappbrowser
    • Android:
      ✗ inappbrowser.spec.4 should support loadstart and loadstop events
         - Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
      
  • cordova-plugin-screen-orientation
    • Chrome:
      should successfully lock and unlock screen orientation.
      "Expected 'landscape-primary' to match /^portrait-/."
      
  • cordova-plugin-media
    • Chrome:
      Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. in http://localhost:8000/cdvtests/jasmine/jasmine.js
      
  • cordova-plugin-geolocation
    • Chrome:
      Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. in http://localhost:8000/cdvtests/jasmine/jasmine.js (line 4470)
      
    • iOS:
      1) cordova-plugin-geolocation-tests.tests >> getCurrentPosition method success callback geolocation.spec.6 should be called with a Position object
      - Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. in app://localhost/cdvtests/jasmine/jasmine.js (line 4470)
      
      2) cordova-plugin-geolocation-tests.tests >> watchPosition method success callback geolocation.spec.8 should be called with a Position object
      - Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. in app://localhost/cdvtests/jasmine/jasmine.js (line 4470)
      

Passing

  • cordova-plugin-battery-status
  • cordova-plugin-device
  • cordova-plugin-dialogs
  • cordova-plugin-media-capture
  • cordova-plugin-network-information
  • cordova-plugin-splashscreen
  • cordova-plugin-statusbar
  • cordova-plugin-vibration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment