I'm running a suite of functional tests using Intern and following their advice on connecting to local Selenium with Chromedriver.
Locally, everything works well, but on CircleCI I'm getting:
Error: [POST http://localhost:4444/wd/hub/session] connect ECONNREFUSED
Does this have to do with how native Selenium is set up on CircleCI? Do I have to run it manually in the background (as described here) or is it running by default already and I'm just not connecting to it properly?