shaka-project / generic-webdriver-server

A generic WebDriver server framework for use with Karma and Selenium, with backends for ChromeOS, Chromecast, Tizen, and Xbox One.
Apache License 2.0
27 stars 18 forks source link

fix(chromeos): Fix node-ssh exit code interpretation #92

Closed joeyparrish closed 6 months ago

joeyparrish commented 6 months ago

Since upgrading node-ssh, we sometimes get an exit code of 0, other times an exit code of null. This makes the tool more flexible in interpreting those codes.