Unable to run Protractor - ECONNREFUSED connect ECONNREFUSED Unable to run Protractor - ECONNREFUSED connect ECONNREFUSED angularjs angularjs

Unable to run Protractor - ECONNREFUSED connect ECONNREFUSED


I solved this with --standalone flag:

webdriver-manager start --standalone


I got it working by removing the following line from my config.js

seleniumAddress: 'http://localhost:4444/wd/hub',