Description
Some changes in the latest version of Appium prevents tests to run. For example the appium.js is no longer in node_modules/appium/lib. This means that scripts like startAppium*.sh can no longer use $appiumBinary. Instead, it should point to node_modules/appium/build/lib/main.js.
Even if pointers are changed, the tests won't run and I think it might have to do with some changed desired capabilities.
Description
Some changes in the latest version of Appium prevents tests to run. For example the
appium.jsis no longer innode_modules/appium/lib. This means that scripts likestartAppium*.shcan no longer use$appiumBinary. Instead, it should point tonode_modules/appium/build/lib/main.js.Even if pointers are changed, the tests won't run and I think it might have to do with some changed desired capabilities.