> ERROR: error: Failed to start an Appium session, err was: Error: Bad app: ...\Appium1.x\node_modules\appium\chrome. App paths need to be absolute, or relative to the appium server install dir, or a URL to compressed file, or a special app name. cause: Error: Using local app, but didn't end in .zip, .ipa or .apk
> info: Error: Bad app: ...\Appium1.x\node_modules\appium\chrome. App paths need to be absolute, or relative to the appium server install dir, or a URL to compressed file, or a special app name. cause: Error: Using local app, but didn't end in .zip, .ipa or .apk
> at null.<anonymous> (...\Appium1.x\node_modules\appium\lib\devices\android\android-common.js:57:13)
> at Device.configureLocalApp (...\Appium1.x\node_modules\appium\lib\devices\device.js:85:5)
> at Device.configureApp (...\Appium1.x\node_modules\appium\lib\devices\device.js:56:10)
> at androidCommon.configureApp (...\Appium1.x\node_modules\appium\lib\devices\android\android-common.js:72:35)
> at androidCommon.configure (...\Appium1.x\node_modules\appium\lib\devices\android\android-common.js:38:10)
> at Appium.configure (...\Appium1.x\node_modules\appium\lib\appium.js:268:15)
> at Appium.start (...\Appium1.x\node_modules\appium\lib\appium.js:102:10)
> at exports.createSession (...\Appium1.x\node_modules\appium\lib\server\controller.js:155:16)
> at callbacks (...\Appium1.x\node_modules\appium\node_modules\express\lib\router\index.js:164:37)
> at param (...\Appium1.x\node_modules\appium\node_modules\express\lib\router\index.js:138:11)
> info: Responding to client with error: {"status":33,"value":{"message":"A new session could not be created. (Original error: Bad app: <computer path>\\Appium1.x\\node_modules\\appium\\chrome. App paths need to be absolute, or relative to the appium server install dir, or a URL to compressed file, or a special app name. cause: Error: Using local app, but didn't end in .zip, .ipa or .apk)","origValue":"Bad app: <computer path>\\Appium1.x\\node_modules\\appium\\chrome. App paths need to be absolute, or relative to the appium server install dir, or a URL to compressed file, or a special app name. cause: Error: Using local app, but didn't end in .zip, .ipa or .apk"},"sessionId":null}
As you can see, the capabilities are {"desiredCapabilities":{"platform":null,"app":"chrome","browserName":null,"device":"Android","version":null}}, which worked fine for the 1.0.0.3 version. Can you let me know what is changed, and if I need to update anything on my end to make the tests work again? Thanks.