I\'m trying to use protractor for e2e tests in my Angular project. I previously installed selenium server and chromedriver in my path and it works fine for non-angular proje
I think best way is either go for selenium grid(Dockerized Selenium or Jar based grid . Other option is
directConnect: true
in your protractor config file.