angular / webdriver-manager

A binary manager for E2E testing
MIT License
224 stars 116 forks source link

Appium version included does not support xcode 9 #283

Open Cullima opened 7 years ago

Cullima commented 7 years ago

Included version of Appium when running webdriver-manager update --ios is 1.6.0 which does not support xcode 9 and results in error when running tests for xcode 9 project. Is ther a way to update to Appium 1.7.0?

khalidse commented 7 years ago

+1

josepmc commented 7 years ago

Just use webdriver-manager update --ios --versions.appium 1.7.0 and webdriver-manager start --ios --versions.appium 1.7.0

cnishina commented 6 years ago

Does appium, ios, and android support help? I'm not sure how many users use this.

cnishina commented 5 years ago

A quick update on this: currently webdriver-manager 13 does not support appium. Please write issues here about it. I took out the support since the migration was slowing down the release for Protractor. How are you using this? I couldn't get a strong use case to continue support. Please let me know and I'll try to add it back.

vmtl-adsk commented 5 years ago

Spent several hours figuring out what was the problem, then just rolled back to 5.4.2 and everything works well. The problem is not only it doesn't support appium, it also behaves differently, i.e. Update command doesn't work - it downloads needed files without installation.