You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kevinsawicki thanks for working on this. It's awesome to directly test with electron app, Adding below lines to electron default app, is sufficient to reproduce this, thought of adding this as issue, in turn might help someone save time.
Ex :
var app = require('app');
app.commandLine.appendSwitch('remote-debugging-port', '9222');
The text was updated successfully, but these errors were encountered:
Looked into this a bit, not sure there is a way to externally detect this and show a better error message than a regular timeout.
kevinsawicki
changed the title
Adding [remote-debugging-port] cmd line switch, webdriver IO fails at init
Init fails when using remote-debugging-port cmd line switch
May 19, 2016
kevinsawicki
changed the title
Init fails when using remote-debugging-port cmd line switch
Start fails when using remote-debugging-port cmd line switch
May 19, 2016
I know this is already kind of documented here as an issue (a bit outdated in my defense 😃), but it would be really really nice if this was explicitly stated in the docs as a warning. I spent an entire day trying to figure out why on earth Spectron would not run any of my tests, until I ran into this issue to finally find the answer.
@kevinsawicki thanks for working on this. It's awesome to directly test with electron app, Adding below lines to electron default app, is sufficient to reproduce this, thought of adding this as issue, in turn might help someone save time.
The text was updated successfully, but these errors were encountered: