Closed HarryFree closed 2 years ago
@HarryFree Should be selenoid:4444
instead of 127.0.0.1:4445
. This is because containers are living in the same Docker network and you can refer by container name. Take a look at Docker networking documentation.
Thank you. changed as suggested and works fine.
Hi, I build docker image and run the test on selenoid container, but test is failing on refuse connection
docker file
Docker compose file
docker compose test
wdio config
compose build and up
Error
Logs
Selenoid
ggr
could someone please help on this?