-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Appium tests on Sauce all failing #145
Comments
I checked older, successful CI runs of cordova-plugin-camera, and it seems the Appium tests haven't been run for quite some time:
Somehow "Couldn't find Appium tests, skipping..." got fixed in the last 5 days. |
Could find a successful CI run with Appium tests actually being executed for the contacts plugin: On further looking: A Android run for the camera plugin that succeeded: Before that, ~2 months ago, we have successful Appium runs for iOS and Android: So the question now is: What changed between these successful runs and now? |
|
Similar OS/version combinations being run then and now are: Andorid 4.4, 5.1, 6.0, 7.0. |
Looking into the failures we are getting a bit, they look different at first, but turn out to be the same thing: iOS:
Android:
Turns out the Android error comes from this line: Here
Why though... no idea yet. |
Also tracked at: |
As a temporary workaround, the Appium tests were removed from camera. A new PR will add them back: apache/cordova-plugin-camera#469 |
All failing:
iOS:
https://travis-ci.org/apache/cordova-plugin-camera/jobs/530514197
https://travis-ci.org/apache/cordova-plugin-camera/jobs/530514198
https://travis-ci.org/apache/cordova-plugin-camera/jobs/530514199
https://travis-ci.org/apache/cordova-plugin-camera/jobs/530514200
Android:
https://travis-ci.org/apache/cordova-plugin-camera/jobs/530514201
https://travis-ci.org/apache/cordova-plugin-camera/jobs/530514202
https://travis-ci.org/apache/cordova-plugin-camera/jobs/530514203
https://travis-ci.org/apache/cordova-plugin-camera/jobs/530514204
https://travis-ci.org/apache/cordova-plugin-camera/jobs/530514205
https://travis-ci.org/apache/cordova-plugin-camera/jobs/530514206
Problem is that Paramedic itself doesn't have any tests of this kind, so it is difficult to test here in this repo first :/
The text was updated successfully, but these errors were encountered: