ElSnoMan / esports-automation

Repo used for TAU Course: Scaling Tests with Docker
31 stars 66 forks source link

Error "The Grid has no registered Notes yet" #49

Open williamblair333 opened 2 years ago

williamblair333 commented 2 years ago

From https://testautomationu.applitools.com/scaling-tests-with-docker/chapter3.html All three containers are running. Going to https://testautomationu.applitools.com/scaling-tests-with-docker/chapter3.html returns "The Grid has no registered Notes yet"

williamblair333 commented 2 years ago

edit: I did a pull request from my fork.

I fixed it by rolling back to the versions that are included in the tau video. I removed all the latest versions and then: docker pull selenium/hub:3.141
docker pull selenium/node-chrome:3.141.59
docker pull selenium/node-chrome-debug:3.141.59
docker pull selenium/node-firefox:3.141.59-20210913
docker pull selenium/node-firefox-debug:3.141.59-20210913

I then updated the docker-compose.yml `version: "3" services:

selenium-hub: image: selenium/hub:3.141 ports:

I suggest figuring how to do it with version 4 or use 3.141 for training purposes.