Skip to content

Instantly share code, notes, and snippets.

View hadrien-toma's full-sized avatar
🔄
Syncing...

Hadrien TOMA hadrien-toma

🔄
Syncing...
View GitHub Profile
@hadrien-toma
hadrien-toma / gist:dad2ec7ed0ab26e286bed6b9d74b177f
Created May 1, 2017 09:15
ionic-appium-e2e-testing-protractor-log-failure
(node:27899) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
[11:08:25] I/launcher - Running 1 instances of WebDriver
[11:08:25] I/hosted - Using the selenium server at http://localhost:4723/wd/hub
[11:09:22] E/launcher - An unknown server-side error occurred while processing the command. Original error: unknown error: Chrome version must be >= 55.0.2883.0
(Driver info: chromedriver=2.28.455506 (18f6627e265f442aeec9b6661a49fe819aeeea1f),platform=Linux 3.19.0-32-generic x86_64)
[11:09:22] E/launcher - WebDriverError: An unknown server-side error occurred while processing the command. Original error: unknown error: Chrome version must be >= 55.0.2883.0
(Driver info: chromedriver=2.28.455506 (18f6627e265f442aeec9b6661a49fe819aeeea1f),platform=Linux 3.19.0-32-generic x86_64)
at Object.checkLegacyResponse (/usr/lib/node_modules/protractor/node_modules/selenium-webdriver/lib/error.js:505:15)
at parseHttpResponse (/usr/lib/node_modules/protractor/node_modules/selenium-webdriver/li
[Appium] Welcome to Appium v1.6.4
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"browserName":"","platformName":"Android","platformVersion":"6.0","autoWebview":true,"deviceName":"Android 6.0","app":"/home/hadrien-toma/dev/ionic/ionic-unit-testing-example/platforms/android/build/outputs/apk/android-debug.apk","count":1}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"browserName":"","platformName":"Android","platformVersion":"6.0","autoWebview":true,"deviceName":"Android 6.0","app":"/home/hadrien-toma/dev/ionic/ionic-unit-testing-example/platforms/android/build/outputs/apk/android-debug.apk","count":1},null,null,null,null]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1493629705809 (11:08:25 GMT+0200 (CEST))
[Appium] Creating new AndroidDriver (v1.17.1) session
[Appium] Capabilities:
[Appium] browserName: ''
[Appium] platformName: 'Android'
[Appium] platformVersion: '6.0'