How can I completely avoid webdriver-manager?

后端 未结 3 707
闹比i
闹比i 2020-12-21 23:45

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

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-22 00:18

    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.

提交回复
热议问题