-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting connection refused. #218
Comments
I'm having the same problem here. I mean I'm not pretty sure if it's a issue or if it's the way that supposed to be! |
Have you tried configuring the webdriver port?
|
I have this issue with chromedriver any recommendations? @HashNuke |
@JGjumpshot I may be remembering incorrectly, but I think chromedriver (thru homebrew) used to be managed thru You may need to configure the port, per the earlier comment, and start the chromedriver with |
If you installed chromedriver via |
I am trying to setup hound to run for my project. In
mix.exs
I added the dependencies:{:hound, "~> 1.0"}
My
config/test.exs
looks like this:+config :hound, driver: "phantomjs"
My test looks like this:
The error I get:
My
test_helper.exs
I run
phantomjs
in another session by issuing the commandphantomjs --wd
Can someone let me know what I am missing here ?
The text was updated successfully, but these errors were encountered: