You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems we are also using Appium version 1.6.4 explicitly in some of the configurations
So: Jackpot.
Appium version can probably be configured via a PR to paramedic, but the actual OS versions being tested have to be configured in .travis.yml in each plugin repo. Yay.
First step is to update paramedic (our test runner) itself to actually support all relevant newer OS/version combinations and tests them itself: apache/cordova-paramedic#97
April 4th has gone, the mentioned device/version combinations still seem to work (sometimes). Well - lucky for us, as we haven't properly finished this.
The updated Travis configuration and thus SauceLabs platforms have been rolled out to all plugin repositories. Some platforms had to be moved to future PRs as the tests are breaking on them, but that was more or less expected:
Activity
janpio commentedon Mar 26, 2019
Yes, it does:
So: Jackpot.
Appium version can probably be configured via a PR to paramedic, but the actual OS versions being tested have to be configured in
.travis.yml
in each plugin repo. Yay.janpio commentedon Mar 26, 2019
First step is to update paramedic (our test runner) itself to actually support all relevant newer OS/version combinations and tests them itself: apache/cordova-paramedic#97
janpio commentedon Apr 10, 2019
April 4th has gone, the mentioned device/version combinations still seem to work (sometimes). Well - lucky for us, as we haven't properly finished this.
timbru31 commentedon Apr 10, 2019
Besides that, all xcode8 test will no longer work due to:
Why? Because the tests install
npm i -g cordova
and will receive CLI v9 which itself will install cordova-ios 5.0.0 which set the minimum version to Xcode9: https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/check_reqs.js#L29🙃
janpio commentedon Apr 10, 2019
Fortunately that one is trivial to fix - just upgrade the image used by Travis.
Unfortunately apache/cordova-paramedic#119 is not.
janpio commentedon May 9, 2019
iOS 10 is finally gone as well and throwing errors.
janpio commentedon May 10, 2019
Platforms removed via rollout of https://github.com/apache/cordova-paramedic/blob/master/.travis.yml that is in progress.
janpio commentedon May 23, 2019
Android 4.4 seems to be gone now as well - and I forgot that in the updated
.travis.yml
:/janpio commentedon Jun 28, 2019
The updated Travis configuration and thus SauceLabs platforms have been rolled out to all plugin repositories. Some platforms had to be moved to future PRs as the tests are breaking on them, but that was more or less expected:
apache/cordova-plugin-camera#469
apache/cordova-plugin-file#328
apache/cordova-plugin-geolocation#160
apache/cordova-plugin-inappbrowser#493
apache/cordova-plugin-media#237
apache/cordova-plugin-wkwebview-engine#104
We can work through these via the individual issues I created, see the PRs.