Hi,
We’ve come across an issue on Android and iOS where we are trying to install appium 2.0.0-beta.71
, "appium-uiautomator2-driver": "2.25.0"
,"appium-xcuitest-driver": "4.29.4"
in package.json. These dependencies live in a tooling repo. This tooling repo is packaged as a dev dependency in other app repos, hence the appium deps should automatically get installed when this package is installed.
However we noticed that when we try and run the e2e tests in our app repos locally we get an error in relation to the appium drivers for android and ios like below:
Could not find a driver for automationName 'UiAutomator2' and platformName 'Android'
Could not find a driver for automationName 'XCUITest' and platformName 'iOS'
We think that appium may not be installing correctly and isn’t able to link the drivers. Has anyone experienced this and managed to resolve it?