-
I am trying to add end-to-end testing to my Phoenix application using Wallaby, but Wallaby does not seem to be connecting to Selenium. This is the error:
Wallaby config in config :wallaby,
driver: Wallaby.Selenium,
otp_app: :paddy,
selenium: [
remote_url: "http://selenium:4444/"
] I run
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Please try setting your remote url to |
Beta Was this translation helpful? Give feedback.
Please try setting your remote url to
http://selenium:4444/wd/hub/