0

I want to use the protractor to run the tests on the selenium grid, which runs on :

http://<ip_address>:4444/

In my config file I have:

seleniumAddress: "http://32.14.98.73:4444/wd/hub",

When I run the test, they are run locally and start the browser on the local system. ? Anything else is needed for this to work ?

In logs I have:

[18:20:05] I/direct - Using ChromeDriver directly...
[18:20:05] I/launcher - Running 1 instances of WebDriver
Jerzy Gruszka
  • 1,629
  • 4
  • 15
  • 20

1 Answers1

1

Change your config file for object directConnect to directConnect:false. For detailed understanding on directConnect and seleniumAddress refer the below link Difference running Protractor with/without Selenium?

Community
  • 1
  • 1
Sudharsan Selvaraj
  • 4,792
  • 3
  • 14
  • 22