-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Hello,
I am trying to run Windows Tests using Selenium Grid to execute those tests on multiple environments.
My setup goes like this:
1.Installed Appium using nodeJS npm install on my local machine and on the VM where I need to run the tests
2. Install and start Selenium Grid using nodeJS
3. Register an appium node to the grid using the instructions here: #122
I am sending my test commands on the selenium grid on http://127.0.0.0:4444/wd/hub/
And it is not working. The application is not starting and the hub is starting the chrome driver
Running tests on a remote environment as described here works without any problems. Do I need to instantiate RemoteWindowsDriver when running tests under a selenium grid ?
Is it possible to run Windows application tests using the selenium grid by registering an appium node to the grid ?
If it is possible, is there any detailed setup that I need to follow to make the correct environment for running multiple tests on remote environments ?
Any help will be greatly appreciated.