karma-runner / karma-sauce-launcher

A Karma plugin. Launch any browser on SauceLabs!
MIT License
199 stars 103 forks source link

Appium 2 compatibility #284

Open rwaldron opened 1 year ago

rwaldron commented 1 year ago

The most recent release of karma-sauce-launcher is not compatible with Appium 2: https://docs.saucelabs.com/mobile-apps/automated-testing/appium/appium-2-migration/. This prevents upgrading to newer versions of iOS and Android for testing, as the last configuration allowed for iOS is:

deviceName: 'iPhone 13 Pro Simulator',
platformVersion: '15.4',
platformName: 'iOS',
appiumVersion: '1.22.3',

(I don't have an example for Android)