How to run tests on Selenium UI remote machine using WebdriverIO? #22
Unanswered
DKasianova
asked this question in
Migration Issue
Replies: 1 comment 1 reply
-
Hey @DKasianova,
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In protractor to run tests on Selenium UI remote we can specify a 'seleniumAddress' parameter in config. And it will work.
For example:
In WebdriverIO there is 'selenium-standalone' service:
But in this case I got an error
Unable to connect to "http://localhost:4444/wd/hub", make sure browser driver is running on that address.
What's the easiest way to run tests on remote Selenium UI using WebdriverIO?
Beta Was this translation helpful? Give feedback.
All reactions