Sebastien Brunot
Sebastien Brunot

Reputation: 431

Running Intern functional tests using AndroidDriver

I've tried to run some Intern functional tests on Android using AndroidDriver (https://code.google.com/p/selenium/wiki/AndroidDriver), but I was unable to (the test runner hang and never returns, apparently because of an error "socket hang up" occuring when Intern wd.js wrapper issues a command execute('return typeof _internCoverage !== "undefined" && JSON.stringify(_internCoverage)') before issuing a get command.

Does anybody tried to run tests on Android, and if yes what did you use ?

Thanks for your help,

Sebastien

Upvotes: 0

Views: 242

Answers (1)

C Snover
C Snover

Reputation: 18766

“Socket hang up” indicates that the remote Selenium server forcibly terminated the WebDriver connection. It would not indicate an issue with Intern.

Upvotes: 0

Related Questions